org.picocontainer
Class PicoConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.picocontainer.PicoConfigurationException
All Implemented Interfaces:
Serializable

public abstract class PicoConfigurationException
extends Exception

See Also:
Serialized Form

Field Summary
protected  Throwable cause
           
 
Constructor Summary
protected PicoConfigurationException()
           
protected PicoConfigurationException(String message)
           
protected PicoConfigurationException(String message, Throwable cause)
           
protected PicoConfigurationException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cause

protected final Throwable cause
Constructor Detail

PicoConfigurationException

protected PicoConfigurationException()

PicoConfigurationException

protected PicoConfigurationException(String message,
                                     Throwable cause)

PicoConfigurationException

protected PicoConfigurationException(Throwable cause)

PicoConfigurationException

protected PicoConfigurationException(String message)
Method Detail

getCause

public Throwable getCause()


Copyright © 2003 Codehaus. All Rights Reserved.