Uses of Class
io.helidon.json.JsonException
Packages that use JsonException
Package
Description
Helidon JSON Processor.
Helidon JSON Binding.
Helidon implementation of the
Jackson Smile binary JSON specification.
-
Uses of JsonException in io.helidon.json
Subclasses of JsonException in io.helidon.jsonModifier and TypeClassDescriptionclassException caused by JSON input that cannot be decoded into the requested value.Methods in io.helidon.json that return JsonExceptionModifier and TypeMethodDescriptionJsonParser.createException(String message) Create a JsonException with the given message.default JsonExceptionJsonParser.createException(String message, byte c) Create a JsonException with the given message and found byte information.JsonParser.createException(String message, Exception e) Create a JsonException with the given message and cause.ObjectStartParser.createException(String message) ObjectStartParser.createException(String message, byte c) ObjectStartParser.createException(String message, Exception e) -
Uses of JsonException in io.helidon.json.binding
Subclasses of JsonException in io.helidon.json.bindingModifier and TypeClassDescriptionclassException thrown during JSON binding operations. -
Uses of JsonException in io.helidon.json.smile
Methods in io.helidon.json.smile that return JsonExceptionModifier and TypeMethodDescriptionSmileParser.createException(String message) SmileParser.createException(String message, Exception e)