| org.apache.commons.configuration.ConfigurationRuntimeException org.apache.commons.configuration.ConversionException
ConversionException | public class ConversionException extends ConfigurationRuntimeException (Code) | | Exception thrown when a property is incompatible with the type requested.
since: 1.0 author: Emmanuel Bourg version: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $ |
ConversionException | public ConversionException()(Code) | | Constructs a new ConversionException without specified
detail message.
|
ConversionException | public ConversionException(String message)(Code) | | Constructs a new ConversionException with specified
detail message.
Parameters: message - the error message |
ConversionException | public ConversionException(Throwable cause)(Code) | | Constructs a new ConversionException with specified
nested Throwable .
Parameters: cause - the exception or error that caused this exception to be thrown |
ConversionException | public ConversionException(String message, Throwable cause)(Code) | | Constructs a new ConversionException with specified
detail message and nested Throwable .
Parameters: message - the error message Parameters: cause - the exception or error that caused this exception to be thrown |
|
|