org.oddjob.arooa.reflect
Class PropertyAccessException

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.PropertyAccessException
All Implemented Interfaces:
Serializable

public class PropertyAccessException
extends ArooaPropertyException

See Also:
Serialized Form

Constructor Summary
PropertyAccessException(Object bean, String property, String message)
           
PropertyAccessException(Object bean, String property, Throwable cause)
           
PropertyAccessException(String property, Throwable cause)
           
 
Method Summary
 
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

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)