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:
java.io.Serializable
Direct Known Subclasses:
PicoInitializationException, PicoRegistrationException, PicoVerificationException

public abstract class PicoException
extends java.lang.RuntimeException

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

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

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

PicoException

protected PicoException(java.lang.Throwable cause)

PicoException

protected PicoException(java.lang.String message,
                        java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()


Copyright © 2003-2004 Codehaus. All Rights Reserved.