classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: implemented InvocationEvent.getThrowable


From: Anthony Balkissoon
Subject: [cp-patches] Patch: implemented InvocationEvent.getThrowable
Date: Mon, 07 Nov 2005 13:29:39 -0500

JAPI pointed out that InvocationEvent.getThrowable was missing.  I wrote
it, which involved a slight tweak of dispatch() as well.

2005-11-07  Anthony Balkissoon  <address@hidden>

        * java/awt/event/InvocationEvent.java:
        (throwable): New field.
        (getThrowable): New API method.
        (dispatch()): Catch Throwable, not Exception.  Save the Throwable.  If
        it is an Exception, save the Exception.

--Tony

Attachment: InvocationEventGetThrowable.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]