public class ParseException
extends java.lang.RuntimeException
Constructor and Description |
---|
ParseException(java.lang.String message,
java.lang.String literal,
int fromIndex,
int toIndex) |
ParseException(java.lang.String message,
java.lang.String literal,
int fromIndex,
int toIndex,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static ParseException |
getHigher(ParseException first,
ParseException second) |
int |
getIndexReached() |
java.lang.String |
getLiteral() |
java.lang.String |
getSimpleMessage() |
int |
getStartIndex() |
public ParseException(java.lang.String message, java.lang.String literal, int fromIndex, int toIndex, java.lang.Throwable cause)
public ParseException(java.lang.String message, java.lang.String literal, int fromIndex, int toIndex)
public java.lang.String getLiteral()
public int getStartIndex()
public int getIndexReached()
public java.lang.String getSimpleMessage()
public static ParseException getHigher(ParseException first, ParseException second)