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 Summary
ConstructorsConstructorDescriptionJsonLdException
(String message) JsonLdException
(String message, Throwable cause) JsonLdException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonLdException
public JsonLdException() -
JsonLdException
-
JsonLdException
-
JsonLdException
-