Uses of Class
org.picocontainer.gems.util.NoSuchMethodRuntimeException

Packages that use NoSuchMethodRuntimeException
org.picocontainer.gems.util   
 

Uses of NoSuchMethodRuntimeException in org.picocontainer.gems.util
 

Constructors in org.picocontainer.gems.util that throw NoSuchMethodRuntimeException
DelegateMethod(Class<?> type, String methodName, Class<?>[] paramTypes, Object... parameters)
          Constructs a DelegateMethod object with very specific argument types.
DelegateMethod(Class<TARGET_TYPE> type, String methodName, Object... parameters)
          Constructs a delegate method object that will invoke method methodName on class type with the parameters specified.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.