|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception edu.sdsc.inca.ConfigurationException
public class ConfigurationException
Indicates that some configuration problem has occured within Inca.
Constructor Summary | |
---|---|
ConfigurationException()
Default constructor. |
|
ConfigurationException(java.lang.String s)
Create a configuration exception with the given message. |
|
ConfigurationException(java.lang.String s,
java.lang.Throwable throwable)
Add a message to the Exception and a cause. |
|
ConfigurationException(java.lang.Throwable throwable)
Add just a cause to the exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public ConfigurationException()
public ConfigurationException(java.lang.String s)
s
- Messagepublic ConfigurationException(java.lang.String s, java.lang.Throwable throwable)
s
- messagethrowable
- causepublic ConfigurationException(java.lang.Throwable throwable)
throwable
- cause
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |