public class SyntaxError extends RuntimeException
| Constructor and Description |
|---|
SyntaxError(int line,
int column,
String message) |
SyntaxError(int line,
int column,
String message,
Token statement) |
| Modifier and Type | Method and Description |
|---|---|
int |
column() |
int |
line() |
Token |
statement() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.