faultVar = new OScope.Variable(_oprocess, faultVarType);
faultVar.name = catchSrc.getFaultVariable();
faultVar.declaringScope = _structureStack.topScope();
ctch.addLocalVariable(faultVar);
break;
default:
throw new AssertionError("Unexpected BPEL VERSION constatnt: "
+ _processDef.getBpelVersion());
}