|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
magoffin.matt.ma2.ConfigurationException
public class ConfigurationException
Exception thrown during application initialization.
| Constructor Summary | |
|---|---|
ConfigurationException(java.lang.Object propertyValue,
java.lang.String propertyName)
Construct with a mis-configured property. |
|
ConfigurationException(java.lang.String msg)
Construct with a message. |
|
ConfigurationException(java.lang.String msg,
java.lang.Throwable throwable)
Construct with a message and Throwable. |
|
| 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(java.lang.String msg)
msg -
public ConfigurationException(java.lang.String msg,
java.lang.Throwable throwable)
msg - the messagethrowable - the Throwable
public ConfigurationException(java.lang.Object propertyValue,
java.lang.String propertyName)
propertyValue - the property valuepropertyName - the property name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||