public class JSONParseException extends Exception
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_UNEXPECTED_CHAR |
static int |
ERROR_UNEXPECTED_EXCEPTION |
static int |
ERROR_UNEXPECTED_TOKEN |
Constructor and Description |
---|
JSONParseException(int errorType) |
JSONParseException(int position,
int errorType,
Object unexpectedObject) |
JSONParseException(int errorType,
Object unexpectedObject) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorType() |
int |
getPosition() |
Object |
getUnexpectedObject() |
void |
setErrorType(int errorType) |
void |
setPosition(int position) |
void |
setUnexpectedObject(Object unexpectedObject) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final int ERROR_UNEXPECTED_CHAR
public static final int ERROR_UNEXPECTED_TOKEN
public static final int ERROR_UNEXPECTED_EXCEPTION
public JSONParseException(int errorType)
public JSONParseException(int errorType, Object unexpectedObject)
public JSONParseException(int position, int errorType, Object unexpectedObject)
public int getErrorType()
public void setErrorType(int errorType)
public int getPosition()
org.json.simple.parser.JSONParser#getPosition()
public void setPosition(int position)
public Object getUnexpectedObject()
org.json.simple.parser.Yytoken
public void setUnexpectedObject(Object unexpectedObject)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.