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 TypeClassDescriptionclassThrown 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.classIndicates that a term with the same name is already mapped by a JSON-LD context.classThrown when an error occurs during instance processing.classIndicates that enum constant cannot be mapped to/from JSON-LD.classThrown when an error occurs during deserialization of JSON-LD into POJO(s).classRepresents an error during POJO serialization to JSON-LD.classIndicates that the serializer encountered an instance without an identifier and it was configured to require identifier presence.classIndicates that no type info was found when serializing an object.classThrown when an issue occurs when deserializing JSON-LD input into the target Java type.classThrown when no JSON-LD serializable field matching a property IRI is found in a class.classIndicates that there still exist unresolved pending references after deserialization finish.classIndicates that an unsupported temporal type has been passed to this library.