org.extex.framework.configuration.exception
Class ConfigurationWrapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.extex.framework.configuration.exception.ConfigurationException
                  extended by org.extex.framework.configuration.exception.ConfigurationWrapperException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationWrapperException
extends ConfigurationException

This exception is thrown when some other kind of Exception has been encountered during configuration. The original Exception is contained as cause in this exception.

Version:
$Revision: 5428 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Constructor Summary
ConfigurationWrapperException(java.lang.Throwable cause)
          Creates a new object.
 
Method Summary
 
Methods inherited from class org.extex.framework.configuration.exception.ConfigurationException
getLocalizedMessage, getLocalizer, getSource, getText
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationWrapperException

public ConfigurationWrapperException(java.lang.Throwable cause)
Creates a new object.

Parameters:
cause - the Exception causing the error