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, toString
public SyntaxError(int line, int column, String message)
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.