This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/JDWP] Exceptions


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> Okay, this is another mean-spirited patch. It contains a bunch of
Keith> exception types used by the JDWP back-end. Sadly, it does not contain
Keith> all of them -- JDWP defines new errors for every little thing. The rest
Keith> will be added as we go along.

This is ok, thanks.

Keith> Unlike the last mega-patch I sent, I have put the most important class
Keith> at the top of the patch (JdwpException), which is a base class for all
Keith> the other files in the patch (which simply differ by constructor).

You've done a great job splitting up the changes and explaining them, btw.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]