public class JsonEOFException extends JsonParseException
JsonParseException
that is thrown when end-of-input
is reached unexpectedly, either within token being decoded, or during
skipping of intervening white-space that is not between root-level
tokens (that is, is within JSON Object or JSON Array construct).Constructor and Description |
---|
JsonEOFException(JsonParser p,
JsonToken token,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
JsonToken |
getTokenBeingDecoded()
Accessor for possibly available information about token that was being
decoded while encountering end of input.
|
getMessage, getProcessor, getRequestPayload, getRequestPayloadAsString, withParser, withRequestPayload
clearLocation, getLocation, getOriginalMessage, toString
public JsonEOFException(JsonParser p, JsonToken token, java.lang.String msg)
public JsonToken getTokenBeingDecoded()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"