org.picocontainer.defaults
Class TooManySatisfiableConstructorsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.PicoIntrospectionException
                      extended by org.picocontainer.defaults.TooManySatisfiableConstructorsException
All Implemented Interfaces:
java.io.Serializable

public class TooManySatisfiableConstructorsException
extends PicoIntrospectionException

See Also:
Serialized Form

Field Summary
private  java.util.Collection constructors
           
private  java.lang.Class forClass
           
 
Constructor Summary
TooManySatisfiableConstructorsException(java.lang.Class forClass, java.util.Collection constructors)
           
 
Method Summary
 java.util.Collection getConstructors()
           
 java.lang.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
 

Field Detail

forClass

private java.lang.Class forClass

constructors

private java.util.Collection constructors
Constructor Detail

TooManySatisfiableConstructorsException

public TooManySatisfiableConstructorsException(java.lang.Class forClass,
                                               java.util.Collection constructors)
Method Detail

getForImplementationClass

public java.lang.Class getForImplementationClass()

getConstructors

public java.util.Collection getConstructors()