|
![]() |
||||||||||
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.PicoRegistrationException
org.picocontainer.PicoIntrospectionException
Subclass of PicoException
that is thrown when there is a problem creating, providing or locating a component
instance or a part of the PicoContainer API, for example, when a request for a component is ambiguous.
Constructor Summary | |
PicoIntrospectionException()
Construct a new exception with no cause and no detail message. |
|
PicoIntrospectionException(String message)
Construct a new exception with no cause and the specified detail message. |
|
PicoIntrospectionException(String message,
Throwable cause)
Construct a new exception with the specified cause and the specified detail message. |
|
PicoIntrospectionException(Throwable cause)
Construct a new exception with the specified cause and no detail message. |
Methods inherited from class org.picocontainer.PicoException |
getCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
public PicoIntrospectionException()
public PicoIntrospectionException(String message)
message
- the message detailing the exception.public PicoIntrospectionException(Throwable cause)
cause
- the exception that caused this one.public PicoIntrospectionException(String message, 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 |