public class ActionInvocationException extends Exception
| 构造器和说明 |
|---|
ActionInvocationException(String methodName,
Object[] params,
String message,
Throwable cause) |
ActionInvocationException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMethodName() |
Object[] |
getParams() |
void |
setMethodName(String methodName) |
void |
setParams(Object[] params) |
Copyright © 2020. All rights reserved.