org.oddjob.arooa.reflect
Class PropertyAccessException
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.PropertyAccessException
- All Implemented Interfaces:
- Serializable
public class PropertyAccessException
- extends ArooaPropertyException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyAccessException
public PropertyAccessException(Object bean,
String property,
String message)
PropertyAccessException
public PropertyAccessException(Object bean,
String property,
Throwable cause)
PropertyAccessException
public PropertyAccessException(String property,
Throwable cause)