org.picocontainer.defaults
Class 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.PicoRegistrationException
                      extended by org.picocontainer.defaults.NotConcreteRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class NotConcreteRegistrationException
extends PicoRegistrationException

Version:
$Revision: 1.6 $
Author:
Aslak Hellesoy
See Also:
Serialized Form

Field Summary
private  java.lang.Class componentImplementation
           
 
Constructor Summary
NotConcreteRegistrationException(java.lang.Class componentImplementation)
           
 
Method Summary
 java.lang.Class getComponentImplementation()
           
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

componentImplementation

private final java.lang.Class componentImplementation
Constructor Detail

NotConcreteRegistrationException

public NotConcreteRegistrationException(java.lang.Class componentImplementation)
Method Detail

getComponentImplementation

public java.lang.Class getComponentImplementation()