org.oddjob.arooa.life
Class ArooaElementException

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

public class ArooaElementException
extends ArooaConfigurationException

An exception used when creation fails.

See Also:
Serialized Form

Constructor Summary
ArooaElementException(ArooaElement element)
           
ArooaElementException(ArooaElement element, String message)
           
ArooaElementException(ArooaElement element, String message, Throwable t)
           
ArooaElementException(ArooaElement element, Throwable t)
           
 
Method Summary
 ArooaElement getElement()
           
 
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

ArooaElementException

public ArooaElementException(ArooaElement element)

ArooaElementException

public ArooaElementException(ArooaElement element,
                             String message)

ArooaElementException

public ArooaElementException(ArooaElement element,
                             String message,
                             Throwable t)

ArooaElementException

public ArooaElementException(ArooaElement element,
                             Throwable t)
Method Detail

getElement

public ArooaElement getElement()