public class SyntaxException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
SyntaxException(String m)
Creates a SyntaxException with the given message.
|
SyntaxException(String m,
int ln) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLineNumber() |
String |
getMessage() |
void |
setLineNumber(int i) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public SyntaxException(String m)
m - public SyntaxException(String m, int ln)
public void setLineNumber(int i)
public int getLineNumber()
public String getMessage()
getMessage in class ThrowableCopyright © 2013 jwall.org. All Rights Reserved.