|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodInvocationException | |
|---|---|
| com.cafesoft.core.util | Utility classes. |
| Uses of MethodInvocationException in com.cafesoft.core.util |
|---|
| Methods in com.cafesoft.core.util that throw MethodInvocationException | |
|---|---|
static Object |
ClassUtils.invokeMethod(Method method,
Object[] args,
Object invokingObj)
Invoke the method specified with the given arguments on the given object NOTE: If the method invoked throws an exception, that exception will be the cause of the MethodInvocationException. |
static Object |
ClassUtils.invokeMethod(String methodName,
Object[] args,
Object invokingObj)
Invoke the method of the given methodName with the given arguments on the given object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||