public class PicoCompositionException extends PicoException
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 and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright © 2003-2014 Codehaus. All Rights Reserved.