public class MethodInvocationException
extends java.lang.RuntimeException
MethodTransition
if the target method couldn't be invoked
or threw an exception.构造器和说明 |
---|
MethodInvocationException(java.lang.reflect.Method method,
java.lang.Throwable cause)
Creates a new instance for the specified
Method and
Throwable . |