org.picocontainer.defaults
Class TooManySatisfiableConstructorsException

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

public class TooManySatisfiableConstructorsException
extends PicoIntrospectionException

See Also:
Serialized Form

Constructor Summary
TooManySatisfiableConstructorsException(Class forClass, Collection constructors)
           
 
Method Summary
 Collection getConstructors()
           
 Class getForImplementationClass()
           
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManySatisfiableConstructorsException

public TooManySatisfiableConstructorsException(Class forClass,
                                               Collection constructors)
Method Detail

getForImplementationClass

public Class getForImplementationClass()

getConstructors

public Collection getConstructors()


Copyright © 2003-2007 Codehaus. All Rights Reserved.