org.oddjob.arooa.reflect
Class ArooaPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.oddjob.arooa.ArooaException
                  extended byorg.oddjob.arooa.reflect.ArooaPropertyException
All Implemented Interfaces:
java.io.Serializable

public class ArooaPropertyException
extends ArooaException

See Also:
Serialized Form

Constructor Summary
ArooaPropertyException(java.lang.Object bean, java.lang.String property, java.lang.String tag, Location location, java.lang.Throwable cause)
           
ArooaPropertyException(java.lang.Object bean, java.lang.String property, java.lang.Throwable cause)
           
ArooaPropertyException(java.lang.String property, java.lang.Throwable cause)
           
 
Methods inherited from class org.oddjob.arooa.ArooaException
getException, getLocation, setLocation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArooaPropertyException

public ArooaPropertyException(java.lang.Object bean,
                              java.lang.String property,
                              java.lang.String tag,
                              Location location,
                              java.lang.Throwable cause)

ArooaPropertyException

public ArooaPropertyException(java.lang.Object bean,
                              java.lang.String property,
                              java.lang.Throwable cause)

ArooaPropertyException

public ArooaPropertyException(java.lang.String property,
                              java.lang.Throwable cause)