org.oddjob.arooa
Class ArooaConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.oddjob.arooa.ArooaConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArooaElementException, ArooaPropertyException

public class ArooaConfigurationException
extends RuntimeException

An exception used configuration fails.

See Also:
Serialized Form

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

ArooaConfigurationException

public ArooaConfigurationException()

ArooaConfigurationException

public ArooaConfigurationException(String message)

ArooaConfigurationException

public ArooaConfigurationException(String message,
                                   Throwable t)

ArooaConfigurationException

public ArooaConfigurationException(Throwable t)