org.oddjob.arooa.reflect
Class PropertySetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oddjob.arooa.ArooaConfigurationException
org.oddjob.arooa.reflect.ArooaPropertyException
org.oddjob.arooa.reflect.PropertySetException
- All Implemented Interfaces:
- Serializable
public class PropertySetException
- extends ArooaPropertyException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertySetException
public PropertySetException(Object bean,
String property,
Class<?> propertyType,
Object value,
Throwable cause)
getPropertyType
public Class<?> getPropertyType()
getValue
public Object getValue()