com.oldlight.weaver.interpreter.components
Class WeaverApplicationComponentCatch
java.lang.Object
com.oldlight.weaver.interpreter.components.WeaverApplicationComponentCatch
- All Implemented Interfaces:
- WeaverApplicationComponent
- public class WeaverApplicationComponentCatch
- extends Object
- implements WeaverApplicationComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
catchGroup
private WeaverApplicationComponentGroup catchGroup
l
private Logger l
location
private WeaverFileLocation location
var
private String var
scope
private String scope
WeaverApplicationComponentCatch
public WeaverApplicationComponentCatch(String var,
String scope,
WeaverFileLocation location)
attemptToHandle
public void attemptToHandle(WeaverExecutionContextImpl context,
WeaverPrivateExecutionContext privateExecutionContext,
WeaverInterpreter interpreter,
WeaverInterpreterResult result)
throws WeaverExecutionException
- Specified by:
attemptToHandle
in interface WeaverApplicationComponent
- Throws:
WeaverExecutionException
addCatchComponent
public void addCatchComponent(WeaverApplicationComponent component,
WeaverFileLocation location)