exceptions[excCount] = exceptionTypes[excCount].getName();
exceptions[excCount] = exceptions[excCount].replace('.',
'/');
}
CodeVisitor cv = cw.visitMethod(Constants.ACC_PUBLIC + Constants.ACC_ABSTRACT,
methods[count].getName(),
argsAndReturn.toString(),
exceptions,
null);
cw.visitEnd();