|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoInitializationException
org.picocontainer.PicoInstantiationException
public class PicoInstantiationException
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.
| 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 |
|---|
protected PicoInstantiationException(java.lang.String message,
java.lang.Throwable cause)
message - the message detailing the exception.cause - the exception that caused this one.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||