public class PicoIntrospectionException extends PicoException
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.Modifier | Constructor and Description |
---|---|
|
PicoIntrospectionException(java.lang.String message)
Construct a new exception with no cause and the specified detail message.
|
|
PicoIntrospectionException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
|
protected |
PicoIntrospectionException(java.lang.Throwable cause)
Construct a new exception with the specified cause and no detail message.
|
getCause, printStackTrace, printStackTrace, printStackTrace
public PicoIntrospectionException(java.lang.String message)
message
- the message detailing the exception.protected PicoIntrospectionException(java.lang.Throwable cause)
cause
- the exception that caused this one.public PicoIntrospectionException(java.lang.String message, java.lang.Throwable cause)
message
- the message detailing the exception.cause
- the exception that caused this one.