getExecuteBlock().setWhetherCheckUnreachableCode(false);
new Marker(this.getExecuteBlock(), implicitCatchStartLbl);
LocalVariable exception = getLocalAnonymousVariableModel(AClass.THROWABLE_ACLASS);
implicitCatchThrowableStore = new Store(getExecuteBlock(), exception);
finallyBlock.clonerGenerate(getExecuteBlock());
//throwException(exception);
OperatorFactory.newOperator(Throw.class,
new Class<?>[]{ProgramBlock.class, Parameterized.class, boolean.class}, getExecuteBlock(), exception, true);