org.oddjob.arooa.reflect
Class ArooaInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oddjob.arooa.ArooaException
org.oddjob.arooa.reflect.ArooaInstantiationException
- All Implemented Interfaces:
- Serializable
public class ArooaInstantiationException
- extends ArooaException
Thrown when something can't be created.
- See Also:
- Serialized Form
- Author:
- rob
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArooaInstantiationException
public ArooaInstantiationException()
ArooaInstantiationException
public ArooaInstantiationException(String message)
ArooaInstantiationException
public ArooaInstantiationException(String message,
Throwable t)
ArooaInstantiationException
public ArooaInstantiationException(Throwable t)