public final class InvalidSyntaxException
extends java.lang.Exception
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
The column number at which the invalid syntax occurred, or -1 if the column number is unknown.
|
int |
getLine()
The line number at which the invalid syntax occurred, or -1 if the line number is unknown.
|
public int getColumn()
public int getLine()