[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Little problem in OPP




Hi,

i found a little bug in the OPP utility, if i have an
interace like this:

public interface Car {
  public void something() throws Exception,
MyException;
}

the proxy generated file it's so:

 ... code ...
 catch(Exception e) {
 }
 catch(MyException e) {
 }

this cause a javac error.


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com