public final class ParserException
extends java.lang.Exception
Parser class.| 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.
|