picocontainer.extras
Class NoArgumentForSetterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bypicocontainer.PicoIntrospectionException
              extended bypicocontainer.extras.NoArgumentForSetterException
All Implemented Interfaces:
Serializable

public class NoArgumentForSetterException
extends PicoIntrospectionException

Version:
$Revision: 1.2 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
NoArgumentForSetterException(Method setter)
           
 
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

NoArgumentForSetterException

public NoArgumentForSetterException(Method setter)
Method Detail

getMessage

public String getMessage()


Copyright © 2003 Codehaus. All Rights Reserved.