org.oddjob.arooa.reflect
Class PropertySetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.oddjob.arooa.ArooaConfigurationException
                  extended by org.oddjob.arooa.reflect.ArooaPropertyException
                      extended by org.oddjob.arooa.reflect.PropertySetException
All Implemented Interfaces:
Serializable

public class PropertySetException
extends ArooaPropertyException

See Also:
Serialized Form

Constructor Summary
PropertySetException(Object bean, String property, Class<?> propertyType, Object value, Throwable cause)
           
 
Method Summary
 Class<?> getPropertyType()
           
 Object getValue()
           
 
Methods inherited from class org.oddjob.arooa.reflect.ArooaPropertyException
getProperty
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertySetException

public PropertySetException(Object bean,
                            String property,
                            Class<?> propertyType,
                            Object value,
                            Throwable cause)
Method Detail

getPropertyType

public Class<?> getPropertyType()

getValue

public Object getValue()