Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.configuration2.ex.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException extends Exception
Any exception that occurs while initializing a Configuration object.
See Also:
  • Constructor Details

    • ConfigurationException

      Constructs a new ConfigurationException without specified detail message.
    • ConfigurationException

      public ConfigurationException(String message)
      Constructs a new ConfigurationException with specified detail message.
      Parameters:
      message - the error message
    • ConfigurationException

      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)
      Constructs a new ConfigurationException with specified detail message and nested Throwable.
      Parameters:
      message - the error message
      cause - the exception or error that caused this exception to be thrown