picocontainer.defaults
Class WrongNumberOfConstructorsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bypicocontainer.PicoIntrospectionException
              extended bypicocontainer.defaults.WrongNumberOfConstructorsException
All Implemented Interfaces:
Serializable

public class WrongNumberOfConstructorsException
extends PicoIntrospectionException

See Also:
Serialized Form

Constructor Summary
WrongNumberOfConstructorsException(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

WrongNumberOfConstructorsException

public WrongNumberOfConstructorsException(int numOfCtors)
Method Detail

getMessage

public String getMessage()


Copyright © 2003 Codehaus. All Rights Reserved.