public class DefaultExceptionAnalyser extends Object implements ExceptionAnalyser, ScriptExecutionListener
| Constructor and Description |
|---|
DefaultExceptionAnalyser(ListenerManager listenerManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterScript(Script script,
Throwable result) |
void |
beforeScript(Script script) |
Throwable |
transform(Throwable exception) |
public DefaultExceptionAnalyser(ListenerManager listenerManager)
public void beforeScript(Script script)
beforeScript in interface ScriptExecutionListenerpublic void afterScript(Script script, Throwable result)
afterScript in interface ScriptExecutionListenerpublic Throwable transform(Throwable exception)
transform in interface ExceptionAnalyserCopyright © 2013. All rights reserved