org.oddjob.arooa.reflect
Class ArooaNoPropertyException

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.ArooaNoPropertyException
All Implemented Interfaces:
java.io.Serializable

public class ArooaNoPropertyException
extends ArooaException

See Also:
Serialized Form

Constructor Summary
ArooaNoPropertyException(java.lang.String property, java.lang.String tag, Location location, java.lang.Class clazz)
           
 
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

ArooaNoPropertyException

public ArooaNoPropertyException(java.lang.String property,
                                java.lang.String tag,
                                Location location,
                                java.lang.Class clazz)