public class ParseException 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 |
---|
ParseException(int errorType) |
ParseException(int position,
int errorType,
Object unexpectedObject) |
ParseException(int errorType,
Object unexpectedObject) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorType() |
String |
getMessage() |
int |
getPosition() |
Object |
getUnexpectedObject() |
void |
setErrorType(int errorType) |
void |
setPosition(int position) |
void |
setUnexpectedObject(Object unexpectedObject) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int ERROR_UNEXPECTED_CHAR
public static final int ERROR_UNEXPECTED_TOKEN
public static final int ERROR_UNEXPECTED_EXCEPTION
public ParseException(int errorType)
public ParseException(int errorType, Object unexpectedObject)
public ParseException(int position, int errorType, Object unexpectedObject)
public int getErrorType()
public void setErrorType(int errorType)
public int getPosition()
JSONParser.getPosition()
public void setPosition(int position)
public Object getUnexpectedObject()
Yytoken
public void setUnexpectedObject(Object unexpectedObject)
public String getMessage()
getMessage
in class Throwable
Copyright © 2014. All Rights Reserved.