picocontainer.hierarchical
Class WrongNumberOfConstructorsRegistrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bypicocontainer.PicoRegistrationException
              extended bypicocontainer.hierarchical.WrongNumberOfConstructorsRegistrationException
All Implemented Interfaces:
Serializable

public class WrongNumberOfConstructorsRegistrationException
extends PicoRegistrationException

See Also:
Serialized Form

Constructor Summary
WrongNumberOfConstructorsRegistrationException(int numOfCtors)
           
 
Method Summary
 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

WrongNumberOfConstructorsRegistrationException

public WrongNumberOfConstructorsRegistrationException(int numOfCtors)
Method Detail

getMessage

public String getMessage()


Copyright © Codehaus. All Rights Reserved.