Celtix User APIs

org.objectweb.celtix.configuration
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.celtix.common.i18n.UncheckedException
                  extended by org.objectweb.celtix.configuration.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends UncheckedException

See Also:
Serialized Form

Constructor Summary
ConfigurationException(Message message)
           
ConfigurationException(Message msg, Throwable t)
           
 
Method Summary
 
Methods inherited from class org.objectweb.celtix.common.i18n.UncheckedException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ConfigurationException

public ConfigurationException(Message message)

ConfigurationException

public ConfigurationException(Message msg,
                              Throwable t)

Celtix User APIs