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.PicoRegistrationException
                      extended byorg.picocontainer.PicoIntrospectionException
                          extended byorg.picocontainer.defaults.TooManySatisfiableConstructorsException
All Implemented Interfaces:
java.io.Serializable

public class TooManySatisfiableConstructorsException
extends PicoIntrospectionException

See Also:
Serialized Form

Constructor Summary
TooManySatisfiableConstructorsException(java.lang.Class forClass, java.util.Collection constructors)
           
 
Method Summary
 java.util.Collection getConstructors()
           
 java.lang.Class getForImplementationClass()
           
 java.lang.String getMessage()
           
 
Methods inherited from class org.picocontainer.PicoException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

TooManySatisfiableConstructorsException

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

getForImplementationClass

public java.lang.Class getForImplementationClass()

getMessage

public java.lang.String getMessage()

getConstructors

public java.util.Collection getConstructors()


Copyright © 2003-2004 Codehaus. All Rights Reserved.