> I'm generating methods fine with BCEL. I now want to add a throws clause to a > method. How do i add this ? Any example would be welcome
Try MethodGen's addException(String s) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
