public interface MethodExceptionEventHandler extends EventHandler
Modifier and Type | Interface and Description |
---|---|
static class |
MethodExceptionEventHandler.MethodExceptionExecutor
Defines the execution strategy for methodException
|
Modifier and Type | Method and Description |
---|---|
Object |
methodException(Class claz,
String method,
Exception e)
Called when a method throws an exception.
|
Object methodException(Class claz, String method, Exception e) throws Exception
claz
- the class of the object the method is being applied tomethod
- the methode
- the thrown exceptionException
- an exception to be thrown instead inserting an objectCopyright © 2000–2021. All rights reserved.