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, toStringpublic ParseException()
public ParseException(String message)
public ParseException(String message, char[] expr, int cursorPosition)
public ParseException(Throwable cause)
public String getMessage()
getMessage in class Throwablepublic int getCursorPosition()
Copyright © 2014. All rights reserved.