public class ParseException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private int |
column
The column where the ParserException occurred
|
private int |
line
The line where the ParserException occurred
|
private java.lang.String |
sourceInfo
The sourceInfo of where the exception occurred
|
Constructor and Description |
---|
ParseException(java.lang.String message,
int line,
int column)
Default constructor for the ParseException
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getLine() |
java.lang.String |
getMessage() |
void |
setSourceInfo(java.lang.String sourceInfo) |
private int line
private int column
private java.lang.String sourceInfo