Uses of Class
com.svincent.util.ReflectException

Packages that use ReflectException
com.svincent.util Provides various utility classes, which might be useful in a wide variety of contexts. 
 

Uses of ReflectException in com.svincent.util
 

Methods in com.svincent.util that throw ReflectException
static void ReflectUtil.callMain(java.lang.Class c, java.lang.String[] args)
          Calls the main() method on the given class.
static java.lang.Object ReflectUtil.construct(java.lang.String className, java.lang.Object[] args)
           
static java.lang.Object ReflectUtil.construct(java.lang.Class c, java.lang.Object[] args)
           
static java.lang.reflect.Method ReflectUtil.getMethod(java.lang.Class clazz, java.lang.String name, java.lang.Class[] parmTypes)
          Return a method of 'c' with the given name and parameters.
static java.lang.Object ReflectUtil.invoke(java.lang.Object self, java.lang.reflect.Method method, java.lang.Object[] parms)
          Invokes the given method, wrapping exceptions up in ReflectExceptions for ease of consumption.
 




This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.