com.ibm.ecm.configuration.exception

Class InvalidConfigurationException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byorg.apache.commons.lang.exception.NestableException
  5. extended byorg.apache.commons.configuration.ConfigurationException
  6. extended bycom.ibm.ecm.configuration.exception.InvalidConfigurationException
All implemented interfaces:
java.io.Serializable, org.apache.commons.lang.exception.Nestable

  1. public class InvalidConfigurationException
  2. extends org.apache.commons.configuration.ConfigurationException
See Also:
Serialized Form

Field Summary

Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate

Constructor Summary

Constructor and Description
InvalidConfigurationException()
Constructs a new ConfigurationException without specified detail message.
InvalidConfigurationException(java.lang.String message)
Constructs a new ConfigurationException with specified detail message.
InvalidConfigurationException(java.lang.String message,java.lang.Throwable cause)
Constructs a new ConfigurationException with specified detail message and nested Throwable.
InvalidConfigurationException(java.lang.Throwable cause)
Constructs a new ConfigurationException with specified nested Throwable.

Method Summary

Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

InvalidConfigurationException

  1. public InvalidConfigurationException( )
Constructs a new ConfigurationException without specified detail message.

InvalidConfigurationException

  1. public InvalidConfigurationException( java.lang.String message)
Constructs a new ConfigurationException with specified detail message.
Parameters:
message - the error message

InvalidConfigurationException

  1. public InvalidConfigurationException( java.lang.Throwable cause)
Constructs a new ConfigurationException with specified nested Throwable.
Parameters:
cause - the exception or error that caused this exception to be thrown

InvalidConfigurationException

  1. public InvalidConfigurationException( java.lang.String message,
  2. java.lang.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