org.picocontainer
Class PicoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
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 |
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)
getCause
public java.lang.Throwable getCause()
Copyright © 2003-2004 Codehaus. All Rights Reserved.