|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.i18n.AbstractMessageBean de.smartics.properties.api.core.app.AbstractBaseMessageBean de.smartics.properties.api.config.domain.ConfigurationMessageBean
public class ConfigurationMessageBean
Provides context information for transfer problems.
Field Summary |
---|
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageBean |
---|
code, localizedInfo |
Constructor Summary | |
---|---|
ConfigurationMessageBean(ConfigurationsCode code, ConfigurationKey<?> key) Constructor without cause. |
|
ConfigurationMessageBean(ConfigurationsCode code, Throwable cause, ConfigurationKey<?> key) Default constructor. |
Method Summary | |
---|---|
ConfigurationKey<?> |
getKey() Returns the key to the configuration that signaled problems. |
Methods inherited from class de.smartics.exceptions.i18n.AbstractMessageBean |
---|
getCause, getCauseTrail, getCauseTrail, getClassLoader, getCode, getLocalizedInfo, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedTextMessage, getLocalizedTextMessage, getLocalizedTextMessage, getMessage, getMessage, getMessage, getMessages, getMessages, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationMessageBean(ConfigurationsCode code, ConfigurationKey<?> key)
code
- the error or exception code of the exception.
key
- the key to the configuration that signaled problems.
public ConfigurationMessageBean(ConfigurationsCode code, Throwable cause, ConfigurationKey<?> key)
code
- the error or exception code of the exception.
cause
- the cause to the problem.
key
- the key to the configuration that signaled problems.
Method Detail |
---|
public final ConfigurationKey<?> getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |