body.byte_code(il, method, cp);
if(main) {
ObjectType e_type = new ObjectType("java.lang.Exception");
InstructionHandle start = il.getStart(), end, handler, end_handler;
LocalVariableGen exc = method.addLocalVariable("$e",
e_type,
null, null);
int slot = exc.getIndex();
il.append(InstructionConstants.POP); pop(); // Remove last element on stack