|
||||||||||
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 java.lang.RuntimeException de.smartics.exceptions.AbstractCoreRuntimeException de.smartics.exceptions.i18n.AbstractMessageRuntimeException de.smartics.properties.api.core.app.PropertyRootException de.smartics.properties.api.config.codes.ConfigurationRootException
public class ConfigurationRootException
Base exception of the library for signaling an unspecific cause.
Field Summary |
---|
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageRuntimeException |
---|
messageBean |
Fields inherited from class de.smartics.exceptions.AbstractCoreRuntimeException |
---|
info |
Constructor Summary | |
---|---|
ConfigurationRootException(ConfigurationsCode code) Constructor with error code and no cause for exceptions that do no provide its context as a message bean. |
|
ConfigurationRootException(de.smartics.exceptions.i18n.MessageBean messageBean) Default constructor with message bean. |
|
ConfigurationRootException(Throwable cause, ConfigurationsCode code) Constructor with cause and code for exceptions that do no provide its context as a message bean. |
Method Summary |
---|
Methods inherited from class de.smartics.exceptions.i18n.AbstractMessageRuntimeException |
---|
createMessages, createMessages, getCauseTrail, getCauseTrail, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedTextMessage, getLocalizedTextMessage, getLocalizedTextMessage, getMessage, getMessage, getMessage, getMessageBean, getMessages, getMessages, toString |
Methods inherited from class de.smartics.exceptions.AbstractCoreRuntimeException |
---|
getCause, getClassLoader, getCode, getId, getTime, truncateCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.smartics.exceptions.CoreException |
---|
getCause, getCode, getId, getStackTrace, getTime, setStackTrace, truncateCause |
Constructor Detail |
---|
public ConfigurationRootException(ConfigurationsCode code)
code
- the error or exception code of the exception.
public ConfigurationRootException(Throwable cause, ConfigurationsCode code)
cause
- the cause (which is saved for later retrieval by the
AbstractCoreRuntimeException.getCause()
method). (A
null value is permitted, and indicates that the cause is nonexistent or unknown.)
code
- the error or exception code of the exception.
public ConfigurationRootException(de.smartics.exceptions.i18n.MessageBean messageBean)
messageBean
- the message information for the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |