Package org.dellroad.stuff.pobj
Class NotConfiguredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.dellroad.stuff.pobj.NotConfiguredException
- All Implemented Interfaces:
- Serializable
Thrown by 
AbstractConfiguredBean.getRequiredConfig() when the bean is not configured.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNotConfiguredException(String message) NotConfiguredException(String message, Throwable t) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NotConfiguredExceptionpublic NotConfiguredException()
- 
NotConfiguredException
- 
NotConfiguredException
- 
NotConfiguredException
 
-