|
||||||||||
| 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
biz.hammurapi.RuntimeException
biz.hammurapi.config.RuntimeConfigurationException
public class RuntimeConfigurationException
Wrapper for ConfigurationException for situations where it is not possible to throw a checked exception.
| Constructor Summary | |
|---|---|
RuntimeConfigurationException()
|
|
RuntimeConfigurationException(java.lang.String message)
|
|
RuntimeConfigurationException(java.lang.String message,
java.lang.Throwable cause)
|
|
RuntimeConfigurationException(java.lang.Throwable cause)
|
|
| 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 RuntimeConfigurationException()
public RuntimeConfigurationException(java.lang.String message)
message - public RuntimeConfigurationException(java.lang.Throwable cause)
cause -
public RuntimeConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||