org.picocontainer.defaults
Class TooManySatisfiableConstructorsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoRegistrationException
org.picocontainer.PicoIntrospectionException
org.picocontainer.defaults.TooManySatisfiableConstructorsException
- All Implemented Interfaces:
- java.io.Serializable
- public class TooManySatisfiableConstructorsException
- extends PicoIntrospectionException
- See Also:
- Serialized Form
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 |
TooManySatisfiableConstructorsException
public TooManySatisfiableConstructorsException(java.lang.Class forClass,
java.util.Collection constructors)
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.