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