org.apache.commons.configuration
public class ConversionException extends ConfigurationRuntimeException
Since: 1.0
Version: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $
Field Summary | |
---|---|
static long | serialVersionUID
The serial version UID. |
Constructor Summary | |
---|---|
ConversionException()
Constructs a new ConversionException without specified
detail message. | |
ConversionException(String message)
Constructs a new ConversionException with specified
detail message.
| |
ConversionException(Throwable cause)
Constructs a new ConversionException with specified
nested Throwable .
| |
ConversionException(String message, Throwable cause)
Constructs a new ConversionException with specified
detail message and nested Throwable .
|
ConversionException
without specified
detail message.ConversionException
with specified
detail message.
Parameters: message the error message
ConversionException
with specified
nested Throwable
.
Parameters: cause the exception or error that caused this exception to be thrown
ConversionException
with specified
detail message and nested Throwable
.
Parameters: message the error message cause the exception or error that caused this exception to be thrown