Uses of Class
fipaos.util.DynamicClassException

Packages that use DynamicClassException
fipaos.util 

Uses of DynamicClassException in fipaos.util
 

Constructors in fipaos.util that throw DynamicClassException
DynamicClass.DynamicClass(String class_name, Class[] params, Object[] args)
          Creates an instance of the given class, using the
constructor with the given arguments.
DynamicClass.DynamicClass(String class_name)
          Creates an instance of the given class, using the
default constructor.
 

Methods in fipaos.util that throw DynamicClassException
ObjectDynamicClass.invoke(String method, Class[] params, Object[] args)
          Invokes a method on the wrapper object with the given arguments
ObjectDynamicClass.invoke(String method)
          Invokes a method on the wrapper object without any arguments
static ObjectDynamicClass.invokeStatic(String class_name, String method, Class[] params, Object[] args)
          Invokes a method on the given object with the given arguments
static ObjectDynamicClass.invokeStatic(String class_name, String method)
          Invokes a method on the given object with no arguments