public class ParseFormatException
extends java.lang.Exception
Reader
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
PARSING_ERROR |
Constructor and Description |
---|
ParseFormatException()
Constructor for ParseFormatException.
|
ParseFormatException(java.lang.String message)
Constructor for ParseFormatException.
|
ParseFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructor for ParseFormatException.
|
ParseFormatException(java.lang.Throwable cause)
Constructor for ParseFormatException.
|
public static final java.lang.String PARSING_ERROR
public ParseFormatException()
public ParseFormatException(java.lang.String message)
message
- the error messagepublic ParseFormatException(java.lang.String message, java.lang.Throwable cause)
message
- the error messagecause
- the cause of the exceptionpublic ParseFormatException(java.lang.Throwable cause)
cause
- the cause of the exception