org.picocontainer.defaults
Class AmbiguousComponentResolutionException

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

public class AmbiguousComponentResolutionException
extends PicoInstantiationException

See Also:
Serialized Form

Constructor Summary
AmbiguousComponentResolutionException(Class ambiguousClass, Object[] foundKeys)
           
 
Method Summary
 String getMessage()
           
 Object[] getResultingKeys()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

AmbiguousComponentResolutionException

public AmbiguousComponentResolutionException(Class ambiguousClass,
                                             Object[] foundKeys)
Method Detail

getMessage

public String getMessage()

getResultingKeys

public Object[] getResultingKeys()


Copyright © 2003 Codehaus. All Rights Reserved.