|
||||||||||
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.core.domain.PropertyMessageBean de.smartics.properties.api.core.domain.PropertyDescriptorMessageBean de.smartics.properties.api.core.domain.PropertyExpressionMessageBean de.smartics.properties.api.config.domain.PropertyExpressionWithSourceMessageBean
public class PropertyExpressionWithSourceMessageBean
Provides information about property resolving problems including the source location.
Field Summary |
---|
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageBean |
---|
code, localizedInfo |
Constructor Summary | |
---|---|
PropertyExpressionWithSourceMessageBean(PropertyValueResolveException original, PropertyLocation source) Default constructor. |
Method Summary |
---|
Methods inherited from class de.smartics.properties.api.core.domain.PropertyExpressionMessageBean |
---|
getExpression |
Methods inherited from class de.smartics.properties.api.core.domain.PropertyDescriptorMessageBean |
---|
getPropertyDescriptor |
Methods inherited from class de.smartics.properties.api.core.domain.PropertyMessageBean |
---|
getPropertyKey |
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 PropertyExpressionWithSourceMessageBean(PropertyValueResolveException original, PropertyLocation source)
original
- the original property validation exception without the origin information.
source
- the source where the property value has been defined.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |