}
if(finallyBlock != null){
try{
OperatorFactory.newOperator(NoneOperator.class, new Class<?>[]{ProgramBlock.class}, getExecuteBlock());
finallyBlock.prepare();
}catch(UnreachableCode uc){
log.info("unreachable code");
}catch(RuntimeException e){
throw e;
}