Package | Description |
---|---|
javax.json.stream |
Provides a streaming API to parse and generate
JSON.
|
Modifier and Type | Method and Description |
---|---|
JsonLocation |
JsonParser.getLocation()
Return the location that corresponds to the parser's current state in
the JSON input source.
|
JsonLocation |
JsonParsingException.getLocation()
Return the location of the incorrect JSON.
|
Constructor and Description |
---|
JsonParsingException(java.lang.String message,
JsonLocation location)
Constructs a new runtime exception with the specified detail message.
|
JsonParsingException(java.lang.String message,
java.lang.Throwable cause,
JsonLocation location)
Constructs a new runtime exception with the specified detail message and
cause.
|
Comments to: jsonp-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.