int exIndex = cp.indexOfClassRef(exceptionName);
if (exIndex == -1) {
exIndex = cp.forceAddClassRef(exceptionName);
this.createdPoolItems.add(exIndex);
}
exceptionList.add(new ExceptionDescriptor(cp, exIndex));
}
this.method = methodFactory.createMethod(this.cf, this.accessFlags, nameIndex, descIndex, codeAttrNameIndex, this.maxStackSize, this.maxLocals, exAttrNameIndex, exceptionList);
this.cf.add(this.method);