Uses of Interface
jakarta.json.stream.JsonLocation
-
Uses of JsonLocation in jakarta.json.stream
Modifier and TypeMethodDescriptionJsonParser.getLocation()
Return the location that corresponds to the parser's current state in the JSON input source.JsonParsingException.getLocation()
Return the location of the incorrect JSON.ModifierConstructorDescriptionJsonParsingException
(String message, JsonLocation location) Constructs a new runtime exception with the specified detail message.JsonParsingException
(String message, Throwable cause, JsonLocation location) Constructs a new runtime exception with the specified detail message and cause.