= new ExceptionRange(begin, end, beginHandler, catchType);
final ExceptionTable exceptionTable
= new ExceptionTable();
exceptionTable.addElement(exceptionRange);
final CodeAttribute codeAttr
= new CodeAttribute(getCodeAttributeUtf8(),
3, // maxStack
3, // maxLocals
begin,
exceptionTable,
new AttributeVector());