public interface MethodExceptionEventHandler extends EventHandler
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
MethodExceptionEventHandler.MethodExceptionExecutor
Defines the execution strategy for methodException
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
methodException(java.lang.Class claz,
java.lang.String method,
java.lang.Exception e)
Called when a method throws an exception.
|
java.lang.Object methodException(java.lang.Class claz,
java.lang.String method,
java.lang.Exception e)
throws java.lang.Exception
claz - the class of the object the method is being applied tomethod - the methode - the thrown exceptionjava.lang.Exception - an exception to be thrown instead inserting an object