org.picocontainer.defaults
Class AmbiguousComponentResolutionException

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.AmbiguousComponentResolutionException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousComponentResolutionException
extends PicoIntrospectionException

Author:
Paul Hammant, Aslak Hellesøy, Jon Tirsén
See Also:
Serialized Form

Constructor Summary
AmbiguousComponentResolutionException(java.lang.Class ambiguousClass, java.lang.Object[] componentKeys)
           
 
Method Summary
 java.lang.Object[] getAmbiguousComponentKeys()
           
 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

AmbiguousComponentResolutionException

public AmbiguousComponentResolutionException(java.lang.Class ambiguousClass,
                                             java.lang.Object[] componentKeys)
Method Detail

getMessage

public java.lang.String getMessage()

getAmbiguousComponentKeys

public java.lang.Object[] getAmbiguousComponentKeys()


Copyright © 2003-2004 Codehaus. All Rights Reserved.