org.picocontainer
Class PicoIntrospectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
                  extended byorg.picocontainer.PicoRegistrationException
                      extended byorg.picocontainer.PicoIntrospectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousComponentResolutionException, BeanPropertyComponentAdapterFactory.PicoBeanInfoInitializationException, NoSatisfiableConstructorsException, TooManySatisfiableConstructorsException

public abstract class PicoIntrospectionException
extends PicoRegistrationException

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

Constructor Summary
protected PicoIntrospectionException()
           
protected PicoIntrospectionException(String message)
           
protected PicoIntrospectionException(String message, Exception cause)
           
 
Methods inherited from class org.picocontainer.PicoException
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

PicoIntrospectionException

protected PicoIntrospectionException()

PicoIntrospectionException

protected PicoIntrospectionException(String message)

PicoIntrospectionException

protected PicoIntrospectionException(String message,
                                     Exception cause)


Copyright © 2003 Codehaus. All Rights Reserved.