|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.kernel.exception.ExpressoRuntimeException
com.jcorporate.expresso.kernel.exception.ConfigurationException
Exception that marks a configuration Exception. Usually thrown when entries in the configuration file are corrupt or bad. Also could be thrown if the component's metadata is bad
| Constructor Summary | |
ConfigurationException()
Default Constructor with no message |
|
ConfigurationException(String s)
Constructor that stores a message with it |
|
ConfigurationException(String s,
Throwable t)
Constructor for throwing an exception that contains a message and another Throwable exception buried within it. |
|
ConfigurationException(Throwable t)
Constructor for thowing a wrapped, nested Exception object |
|
| 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 |
public ConfigurationException()
public ConfigurationException(String s)
s - The Exception message
public ConfigurationException(String s,
Throwable t)
s - The message Stringt - java.lang.Throwable, presumably an exception you've already caught
in another block of code.public ConfigurationException(Throwable t)
t - java.lang.Throwable, presumably an exception you've already caught
in another block of code.
|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||