org.picocontainer
Class PicoException

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

public abstract class PicoException
extends Exception

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

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

Constructor Summary
PicoException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

public PicoException()


Copyright © 2003 Codehaus. All Rights Reserved.