org.oddjob.arooa.reflect
Class ArooaNoPropertyException

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

public class ArooaNoPropertyException
extends ArooaPropertyException

An exception to be thrown when the property specified does not exist.

See Also:
Serialized Form

Constructor Summary
ArooaNoPropertyException(String property, Class<?> clazz, String[] validProperties)
           
ArooaNoPropertyException(String property, Class<?> clazz, String[] validProperties, Throwable e)
           
ArooaNoPropertyException(String property, String tag, Location location, Class<?> clazz, String[] validProperties, Throwable e)
           
ArooaNoPropertyException(String property, String message, Throwable e)
           
 
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

ArooaNoPropertyException

public ArooaNoPropertyException(String property,
                                Class<?> clazz,
                                String[] validProperties)

ArooaNoPropertyException

public ArooaNoPropertyException(String property,
                                Class<?> clazz,
                                String[] validProperties,
                                Throwable e)

ArooaNoPropertyException

public ArooaNoPropertyException(String property,
                                String message,
                                Throwable e)

ArooaNoPropertyException

public ArooaNoPropertyException(String property,
                                String tag,
                                Location location,
                                Class<?> clazz,
                                String[] validProperties,
                                Throwable e)