public interface MethodExceptionEventHandler extends EventHandler
Modifier and Type | Interface and Description |
---|---|
static class |
MethodExceptionEventHandler.MethodExceptionExecutor
Defines the execution strategy for methodException
|
Object methodException(Class claz, String method, Exception e, Info info)
claz
- the class of the object the method is being applied tomethod
- the methode
- the thrown exceptioninfo
- contains template, line, column detailsRuntimeException
- an exception to be thrown instead inserting an objectCopyright © 2000–2016 The Apache Software Foundation. All rights reserved.