org.picocontainer
Class PicoInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.PicoInitializationException
                      extended by org.picocontainer.PicoInstantiationException
All Implemented Interfaces:
java.io.Serializable

Deprecated. since 1.2; it was actually not instantiated anywhere

public class PicoInstantiationException
extends PicoInitializationException

Subclass of PicoException that is thrown when there is a problem creating an instance of a container or some other part of the PicoContainer api, for example, when an invocation through the reflection api fails.

Since:
1.0
Version:
$Revision$
See Also:
Serialized Form

Constructor Summary
protected PicoInstantiationException(java.lang.String message, java.lang.Throwable cause)
          Deprecated. since 1.2; it was actually not instantiated anywhere
 
Method Summary
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PicoInstantiationException

protected PicoInstantiationException(java.lang.String message,
                                     java.lang.Throwable cause)
Deprecated. since 1.2; it was actually not instantiated anywhere

Construct a new exception with the specified cause and the specified detail message.

Parameters:
message - the message detailing the exception.
cause - the exception that caused this one.