org.picocontainer.defaults
Class NotConcreteRegistrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.picocontainer.PicoException
              extended byorg.picocontainer.PicoRegistrationException
                  extended byorg.picocontainer.defaults.NotConcreteRegistrationException
All Implemented Interfaces:
Serializable

public class NotConcreteRegistrationException
extends PicoRegistrationException

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

Constructor Summary
NotConcreteRegistrationException(Class componentImplementation)
           
 
Method Summary
 Class getComponentImplementation()
           
 String getMessage()
           
 
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

NotConcreteRegistrationException

public NotConcreteRegistrationException(Class componentImplementation)
Method Detail

getMessage

public String getMessage()

getComponentImplementation

public Class getComponentImplementation()


Copyright © 2003 Codehaus. All Rights Reserved.