|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
umich.cac.queryengine.ConfigurationException
An exception indicating a configuration problem
| Constructor Summary | |
ConfigurationException()
Overriding Throwable default constructor. |
|
ConfigurationException(java.lang.String message)
Overriding Throwable constructor from older JDKs. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Overriding Throwable constructor from JDK1.4, for handling Exception chaining. |
|
ConfigurationException(java.lang.Throwable cause)
Overriding Throwable constructor from JDK1.4, for handling Exception chaining. |
|
| 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 message)
message - error message to include
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - message to includecause - throwable to usepublic ConfigurationException(java.lang.Throwable cause)
cause - throwable to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||