de.smartics.properties.api.config.domain
Class PropertyValueWithSourceMessageBean

Package class diagram package PropertyValueWithSourceMessageBean
java.lang.Object
  extended by de.smartics.exceptions.i18n.AbstractMessageBean
      extended by de.smartics.properties.api.core.app.AbstractBaseMessageBean
          extended by de.smartics.properties.api.core.domain.PropertyMessageBean
              extended by de.smartics.properties.api.core.domain.PropertyDescriptorMessageBean
                  extended by de.smartics.properties.api.core.domain.PropertyValueMessageBean
                      extended by de.smartics.properties.api.config.domain.PropertyValueWithSourceMessageBean
All Implemented Interfaces:
de.smartics.exceptions.i18n.MessageBean, Serializable

public class PropertyValueWithSourceMessageBean
     
     
extends PropertyValueMessageBean

Provides information about property conversion problems including the source location.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageBean
code, localizedInfo
 
Constructor Summary
PropertyValueWithSourceMessageBean(PropertyValueConversionException original, PropertyLocation source)
          Default constructor.
 
Method Summary
 
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

PropertyValueWithSourceMessageBean

public PropertyValueWithSourceMessageBean(PropertyValueConversionException original,
                                          PropertyLocation source)
Default constructor.

Parameters:
original - the original property validation exception without the origin information.
source - the source where the property value has been defined.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.