public final class ExceptionInterceptor extends ElementInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionInterceptor.ExecutionException |
| Constructor and Description |
|---|
ExceptionInterceptor(ExecutableElement next,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DynamicContext ctx)
Executes the element.
|
static ExecutableElement |
prepare(ExecutableElement next,
Location loc) |
executeNext, getCtxDecorator, getNextpublic ExceptionInterceptor(ExecutableElement next, Location location)
public void execute(DynamicContext ctx)
ExecutableElementNote: the context may be decorated by DynamicContextDecorator.
ctx - context to use.public static ExecutableElement prepare(ExecutableElement next, Location loc)
Copyright © Copyright 2006-2019 The Scriptella Project Team.