public final class InvalidSyntaxRuntimeException
extends java.lang.RuntimeException
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 getLine()
public int getColumn()