public class ParseException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
GENERAL_PARSING_EXCEPTION |
| Constructor and Description |
|---|
ParseException() |
ParseException(java.lang.Exception e) |
ParseException(java.lang.Integer exceptionCode) |
ParseException(java.lang.String exceptionMessage,
java.lang.Integer exceptionCode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getExceptionCode() |
java.lang.String |
getExceptionMessage() |
void |
setExceptionCode(java.lang.Integer exceptionCode) |
public static final int GENERAL_PARSING_EXCEPTION