Package cz.cvut.kbss.jsonld.exception
Class MissingIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jsonld.exception.JsonLdException
cz.cvut.kbss.jsonld.exception.JsonLdSerializationException
cz.cvut.kbss.jsonld.exception.MissingIdentifierException
- All Implemented Interfaces:
Serializable
Indicates that the serializer encountered an instance without an identifier and it was configured to require identifier presence.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingIdentifierException
-
-
Method Details
-
create
-