org.oddjob.arooa
Class ArooaConfigException

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

public class ArooaConfigException
extends ArooaException

See Also:
Serialized Form

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

ArooaConfigException

public ArooaConfigException(java.lang.String message,
                            java.lang.String tag,
                            Location location,
                            java.lang.Class clazz,
                            java.lang.Throwable cause)

ArooaConfigException

public ArooaConfigException(java.lang.String message,
                            java.lang.String tag,
                            Location location)