org.picocontainer
Class PicoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PicoInitializationException, PicoRegistrationException, PicoVerificationException
- 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
PicoException
protected PicoException()
PicoException
protected PicoException(String message)
PicoException
protected PicoException(Throwable cause)
PicoException
protected PicoException(String message,
Throwable cause)
getCause
public Throwable getCause()
Copyright © 2003-2004 Codehaus. All Rights Reserved.