Re: How to generate e method that has a throws clause
Dick Eimers <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Organization | UU.nl |
| Message-ID | <[email protected]> |
> 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)