Package org.picocontainer.injectors
Class AbstractInjector.NotConcreteRegistrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.picocontainer.PicoException
-
- org.picocontainer.PicoCompositionException
-
- org.picocontainer.injectors.AbstractInjector.NotConcreteRegistrationException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractInjector<T>
public static class AbstractInjector.NotConcreteRegistrationException extends PicoCompositionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotConcreteRegistrationException(Class<?> componentImplementation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getComponentImplementation()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-