public class ParseException extends RuntimeException
| Constructor and Description |
|---|
ParseException(String message,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
String |
getMessage() |
void |
setSourceInfo(String sourceInfo) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(String message, int line, int column)
public int getLine()
public int getColumn()
public void setSourceInfo(String sourceInfo)
public String getMessage()
getMessage in class ThrowableCopyright © 2002-2014. All Rights Reserved.