Package 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
An exception used when property access fails.
- Author:
- rob
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArooaPropertyException(String property) ArooaPropertyException(String property, String message) ArooaPropertyException(String property, String message, Throwable t) ArooaPropertyException(String property, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArooaPropertyException
-
ArooaPropertyException
-
ArooaPropertyException
-
ArooaPropertyException
-
-
Method Details
-
getProperty
-