org.picocontainer.defaults
Class NoPicoSuitableConstructorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.picocontainer.PicoException
              extended byorg.picocontainer.PicoInitializationException
                  extended byorg.picocontainer.PicoIntrospectionException
                      extended byorg.picocontainer.defaults.NoPicoSuitableConstructorException
All Implemented Interfaces:
Serializable

public class NoPicoSuitableConstructorException
extends PicoIntrospectionException

See Also:
Serialized Form

Constructor Summary
NoPicoSuitableConstructorException(Class forClass)
           
 
Method Summary
 Class getForImplementationClass()
           
 
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

NoPicoSuitableConstructorException

public NoPicoSuitableConstructorException(Class forClass)
Method Detail

getForImplementationClass

public Class getForImplementationClass()


Copyright © 2003 Codehaus. All Rights Reserved.