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