public final class ParserException
extends java.lang.Exception
Parser class.Parser,
Serialized Form| Modifier and Type | Field | Description |
|---|---|---|
static int |
SYNTAX_ERROR |
| Constructor | Description |
|---|---|
ParserException(int code) |
The constructor of
ParserException. |
ParserException(java.lang.String msg) |
Constructor ParserException
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getErrorCode() |
Gets the error code.
|
public static final int SYNTAX_ERROR