org.picocontainer.injectors
Class AbstractInjector.NotConcreteRegistrationException

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.PicoCompositionException
                      extended by org.picocontainer.injectors.AbstractInjector.NotConcreteRegistrationException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractInjector<T>

public static class AbstractInjector.NotConcreteRegistrationException
extends PicoCompositionException

Author:
Aslak Hellesoy
See Also:
Serialized Form

Constructor Summary
AbstractInjector.NotConcreteRegistrationException(Class<?> componentImplementation)
           
 
Method Summary
 Class<?> getComponentImplementation()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

AbstractInjector.NotConcreteRegistrationException

public AbstractInjector.NotConcreteRegistrationException(Class<?> componentImplementation)
Method Detail

getComponentImplementation

public Class<?> getComponentImplementation()


Copyright © 2003-2010 Codehaus. All Rights Reserved.