public class ParseFormatException extends Exception
Reader
,
Serialized FormModifier and Type | Field and Description |
---|---|
static String |
PARSING_ERROR |
Constructor and Description |
---|
ParseFormatException()
Constructor for ParseFormatException.
|
ParseFormatException(String message)
Constructor for ParseFormatException.
|
ParseFormatException(String message,
Throwable cause)
Constructor for ParseFormatException.
|
ParseFormatException(Throwable cause)
Constructor for ParseFormatException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String PARSING_ERROR
public ParseFormatException()
public ParseFormatException(String message)
message
- the error messagepublic ParseFormatException(String message, Throwable cause)
message
- the error messagecause
- the cause of the exceptionpublic ParseFormatException(Throwable cause)
cause
- the cause of the exceptionCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.