org.oddjob.arooa.reflect
Class ArooaPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oddjob.arooa.ArooaConfigurationException
org.oddjob.arooa.reflect.ArooaPropertyException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ArooaNoPropertyException, PropertyAccessException, PropertySetException
public class ArooaPropertyException
- extends ArooaConfigurationException
An exception used when property access fails.
- See Also:
- Serialized Form
- Author:
- rob
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArooaPropertyException
public ArooaPropertyException(String property)
ArooaPropertyException
public ArooaPropertyException(String property,
Throwable t)
ArooaPropertyException
public ArooaPropertyException(String property,
String message)
ArooaPropertyException
public ArooaPropertyException(String property,
String message,
Throwable t)
getProperty
public String getProperty()