org.picocontainer.defaults
Class NoSatisfiableConstructorsException

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
                          extended byorg.picocontainer.defaults.NoSatisfiableConstructorsException
All Implemented Interfaces:
Serializable

public class NoSatisfiableConstructorsException
extends PicoIntrospectionException

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

Constructor Summary
NoSatisfiableConstructorsException(Class componentImplementation)
           
 
Method Summary
 Class getUnsatisfiableComponentImplementation()
           
 
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

NoSatisfiableConstructorsException

public NoSatisfiableConstructorsException(Class componentImplementation)
Method Detail

getUnsatisfiableComponentImplementation

public Class getUnsatisfiableComponentImplementation()


Copyright © 2003 Codehaus. All Rights Reserved.