Expresso 5-6

com.jcorporate.expresso.core.misc
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.core.misc.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends ChainedException

Exception thrown when there is a problem with configuration of Expresso

Author:
Michael Nash
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Constructor
ConfigurationException(String s)
          Constructor
ConfigurationException(String s, Throwable t)
          Constructor
ConfigurationException(Throwable t)
          Constructor
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getMessage, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Constructor


ConfigurationException

public ConfigurationException(String s)
Constructor

Parameters:
s - Error message

ConfigurationException

public ConfigurationException(String s,
                              Throwable t)
Constructor

Parameters:
s - Error message
t - The nested exception

ConfigurationException

public ConfigurationException(Throwable t)
Constructor

Parameters:
t - The nested exception

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.