org.oddjob.arooa.reflect
Class ArooaPropertyException

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
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

Constructor Summary
ArooaPropertyException(String property)
           
ArooaPropertyException(String property, String message)
           
ArooaPropertyException(String property, String message, Throwable t)
           
ArooaPropertyException(String property, Throwable t)
           
 
Method Summary
 String 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

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)
Method Detail

getProperty

public String getProperty()