public class ParseException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private int |
column |
private java.lang.String |
errorMessage |
private int |
line |
Constructor and Description |
---|
ParseException(java.lang.String message,
int line,
int column) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getLine() |
java.lang.String |
getMessage() |
void |
setSourceInfo(java.lang.String sourceInfo) |