Uses of Class
cz.cvut.kbss.jsonld.exception.JsonLdDeserializationException
Packages that use JsonLdDeserializationException
-
Uses of JsonLdDeserializationException in cz.cvut.kbss.jsonld.exception
Subclasses of JsonLdDeserializationException 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
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.Methods in cz.cvut.kbss.jsonld.exception that return JsonLdDeserializationExceptionModifier and TypeMethodDescriptionJsonLdDeserializationException.singularAttributeCardinalityViolated
(String property, Field field)