public class ParseException extends RuntimeException
Constructor and Description |
---|
ParseException() |
ParseException(String message) |
ParseException(String message,
char[] expr,
int cursorPosition) |
ParseException(String message,
Throwable cause) |
ParseException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getCursorPosition() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException()
public ParseException(String message)
public ParseException(String message, char[] expr, int cursorPosition)
public ParseException(Throwable cause)
public String getMessage()
getMessage
in class Throwable
public int getCursorPosition()
Copyright © 2012. All Rights Reserved.