Represents a Method on a Java object a little like
java.lang.reflect.Method except without using reflection to invoke the method
author: James Strachan version: $Revision: 4254 $
public void checkParameters(Class[] arguments)(Code)
Checks that the given parameters are valid to call this method
Parameters: arguments - throws: IllegalArgumentException - if the parameters are not valid