public class SyntaxError extends RuntimeException
| Constructor and Description |
|---|
SyntaxError(int line,
int column,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
column() |
int |
line() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SyntaxError(int line,
int column,
String message)
Copyright © 2018. All rights reserved.