org.nanocontainer.integrationkit
Class PicoCompositionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by 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
           
 
Constructor Summary
protected PicoCompositionException()
           
  PicoCompositionException(java.lang.String message)
           
  PicoCompositionException(java.lang.String message, java.lang.Throwable cause)
           
  PicoCompositionException(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
 

Field Detail

cause

protected java.lang.Throwable cause
Constructor Detail

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)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class org.picocontainer.PicoException


Copyright © 2003-2010 Codehaus. All Rights Reserved.