org.nanocontainer.integrationkit
Class PicoCompositionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
                  extended byorg.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()


Copyright © 2003-2007 Codehaus. All Rights Reserved.