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, toString
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.