org.nanocontainer.integrationkit
Class PicoCompositionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.nanocontainer.integrationkit.PicoCompositionException
- All Implemented Interfaces:
- java.io.Serializable
public class PicoCompositionException
- extends org.picocontainer.PicoException
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Throwable |
cause
|
Method Summary |
java.lang.Throwable |
getCause()
|
Methods inherited from class org.picocontainer.PicoException |
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 |
cause
protected java.lang.Throwable cause
PicoCompositionException
protected PicoCompositionException()
PicoCompositionException
public PicoCompositionException(java.lang.String message,
java.lang.Throwable cause)
PicoCompositionException
public PicoCompositionException(java.lang.Throwable cause)
PicoCompositionException
public PicoCompositionException(java.lang.String message)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class org.picocontainer.PicoException
Copyright © 2003-2009 Codehaus. All Rights Reserved.