|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base exception indicating a syntax error.
Field Summary | |
---|---|
int |
column
|
int |
line
|
String |
sourceLocator
|
Constructor Summary | |
SyntaxException(String message, int line, int column)
Line upon which the error occurred. |
|
SyntaxException(String message, Throwable cause, int line, int column)
|
Method Summary | |
---|---|
int |
getEndColumn()
|
int |
getLine()
Retrieve the line upon which the error occurred. |
String |
getMessage()
|
String |
getSourceLocator()
|
int |
getStartColumn()
Retrieve the column upon which the error occurred. |
int |
getStartLine()
|
void |
setSourceLocator(String sourceLocator)
|
Constructor Detail |
---|
public SyntaxException(String message, int line, int column)
public SyntaxException(String message, Throwable cause, int line, int column)
Method Detail |
---|
public int getEndColumn()
public int getLine()
public String getMessage()
public String getSourceLocator()
public int getStartColumn()
public int getStartLine()
public void setSourceLocator(String sourceLocator)