org.oddjob.arooa.reflect
Class ArooaInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.oddjob.arooa.ArooaException
                  extended by 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

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

ArooaInstantiationException

public ArooaInstantiationException()

ArooaInstantiationException

public ArooaInstantiationException(String message)

ArooaInstantiationException

public ArooaInstantiationException(String message,
                                   Throwable t)

ArooaInstantiationException

public ArooaInstantiationException(Throwable t)