| org.apache.commons.configuration.ConfigurationException
ConfigurationException | public class ConfigurationException extends NestableException (Code) | | Any exception that occurs while initializing a Configuration
object.
author: Eric Pugh version: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $ |
ConfigurationException | public ConfigurationException()(Code) | | Constructs a new ConfigurationException without specified
detail message.
|
ConfigurationException | public ConfigurationException(String message)(Code) | | Constructs a new ConfigurationException with specified
detail message.
Parameters: message - the error message |
ConfigurationException | public ConfigurationException(Throwable cause)(Code) | | Constructs a new ConfigurationException with specified
nested Throwable .
Parameters: cause - the exception or error that caused this exception to be thrown |
ConfigurationException | public ConfigurationException(String message, Throwable cause)(Code) | | Constructs a new ConfigurationException 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 |
|
|