org.oddjob.arooa.life
Class ArooaElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oddjob.arooa.ArooaConfigurationException
org.oddjob.arooa.life.ArooaElementException
- All Implemented Interfaces:
- Serializable
public class ArooaElementException
- extends ArooaConfigurationException
An exception used when creation fails.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getElement
public ArooaElement getElement()