On Sat, 23 Mar 2002, Anup Rao wrote: > newMethod = new SootMethod(oldMethod.getName(),...., > oldMethod.getExceptions()); You might do better if you clone the exceptions list (chain? i don't remember). pat