Package cz.cvut.kbss.jsonld.exception
Class JsonLdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jsonld.exception.JsonLdException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BeanProcessingException,- InvalidEnumMappingException,- JsonLdDeserializationException,- JsonLdSerializationException,- UnsupportedTemporalTypeException
Generic exception for issues with JB4JSON-LD.
 Subclasses indicate particular problems.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionJsonLdException(String message) JsonLdException(String message, Throwable cause) JsonLdException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
JsonLdExceptionpublic JsonLdException()
- 
JsonLdException
- 
JsonLdException
- 
JsonLdException
 
-