|
||||||||||
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.PropertyValueMessageBean de.smartics.properties.api.core.domain.PropertyValidationMessageBean de.smartics.properties.api.config.domain.PropertyValidationWithSourceMessageBean
public class PropertyValidationWithSourceMessageBean
Provides information about property violations including the source location.
Field Summary |
---|
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageBean |
---|
code, localizedInfo |
Constructor Summary | |
---|---|
PropertyValidationWithSourceMessageBean(PropertyValidationException original, PropertyLocation source) Default constructor. |
Method Summary | |
---|---|
PropertyLocation |
getSource() Returns the source where the property value has been defined. |
Methods inherited from class de.smartics.properties.api.core.domain.PropertyValidationMessageBean |
---|
getConstraints, getValidationMessage |
Methods inherited from class de.smartics.properties.api.core.domain.PropertyValueMessageBean |
---|
getValue |
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 PropertyValidationWithSourceMessageBean(PropertyValidationException original, PropertyLocation source)
original
- the original property validation exception without the origin information.
source
- the source where the property value has been defined.
Method Detail |
---|
public final PropertyLocation getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |