Uses of Class
cz.cvut.kbss.jsonld.exception.JsonLdException
Packages that use JsonLdException
-
Uses of JsonLdException in cz.cvut.kbss.jsonld.exception
Subclasses of JsonLdException in cz.cvut.kbss.jsonld.exceptionModifier and TypeClassDescriptionclass
Thrown when polymorphic deserialization encounters a JSON-LD object which can be deserialized as multiple target Java classes and we are unable to unambiguously decide which to use.class
Indicates that a term with the same name is already mapped by a JSON-LD context.class
Thrown when an error occurs during instance processing.class
Indicates that enum constant cannot be mapped to/from JSON-LD.class
Thrown when an error occurs during deserialization of JSON-LD into POJO(s).class
Represents an error during POJO serialization to JSON-LD.class
Indicates that the serializer encountered an instance without an identifier and it was configured to require identifier presence.class
Indicates that no type info was found when serializing an object.class
Thrown when an issue occurs when deserializing JSON-LD input into the target Java type.class
Thrown when no JSON-LD serializable field matching a property IRI is found in a class.class
Indicates that there still exist unresolved pending references after deserialization finish.class
Indicates that an unsupported temporal type has been passed to this library.