public class ParseException extends RuntimeException
| Constructor and Description |
|---|
ParseException(String message,
int line,
int column)
Default constructor for the ParseException
|
| 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)
message - the messageline - the line numbercolumn - the column numberpublic int getLine()
public int getColumn()
public void setSourceInfo(String sourceInfo)
public String getMessage()
getMessage in class ThrowableCopyright © 2002–2016. All rights reserved.