org.oddjob.arooa
Class ArooaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oddjob.arooa.ArooaException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ArooaInstantiationException, DesignViewException, DuplicateMappingsException, InvalidIdException, ModificationRefusedException
public class ArooaException
- extends RuntimeException
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 |
ArooaException
public ArooaException()
ArooaException
public ArooaException(String message)
ArooaException
public ArooaException(String message,
Throwable t)
ArooaException
public ArooaException(Throwable t)