Uses of Class
dev.langchain4j.exception.JsonException
Packages that use JsonException
-
Uses of JsonException in dev.langchain4j.exception
Subclasses of JsonException in dev.langchain4j.exceptionModifier and TypeClassDescriptionclassThrown when JSON cannot be read: it is malformed, or it does not describe the expected type.classThrown when JSON that carries type information names a type the reader is not allowed to instantiate.classThrown when an object cannot be written as JSON.