|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.picocontainer.PicoException org.picocontainer.PicoCompositionException
public class PicoCompositionException
Subclass of PicoException
that is thrown when there is:
- a problem initializing the container
- a cyclic dependency between components occurs.
- problem adding a component
- a request for a component that is ambiguous.
Constructor Summary | |
---|---|
PicoCompositionException(String message)
Construct a new exception with no cause and the specified detail message. |
|
PicoCompositionException(String message,
Throwable cause)
Construct a new exception with the specified cause and the specified detail message. |
|
PicoCompositionException(Throwable cause)
Construct a new exception with the specified cause and no detail message. |
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 |
---|
public PicoCompositionException(String message)
message
- the message detailing the exception.public PicoCompositionException(Throwable cause)
cause
- the exception that caused this one.public PicoCompositionException(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 |