org.picocontainer
Class PicoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PicoInitializationException, PicoRegistrationException

public abstract class PicoException
extends RuntimeException

Superclass for all Exceptions in PicoContainer for lazy people who want to catch only one Exception type.

Version:
$Revision: 1.6 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
protected PicoException()
           
protected PicoException(String message)
           
protected PicoException(String message, Throwable cause)
           
protected PicoException(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
 

Constructor Detail

PicoException

protected PicoException()

PicoException

protected PicoException(String message)

PicoException

protected PicoException(Throwable cause)

PicoException

protected PicoException(String message,
                        Throwable cause)
Method Detail

getCause

public Throwable getCause()


Copyright © 2003 Codehaus. All Rights Reserved.