classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [RFA/JDWP] Exceptions


From: Keith Seitz
Subject: [cp-patches] [RFA/JDWP] Exceptions
Date: Thu, 16 Jun 2005 11:07:53 -0700

Hi,

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

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

I am in the process of rewriting and testing the one last class in
gnu.classpath.jdwp.id, so expect to see that one soon, too.

Problems/comments/concerns?
Keith

ChangeLog
2005-06-16  Keith Seitz  <address@hidden>

        * gnu/classpath/jdwp/exception/VmDeadException.java: New file.
        * gnu/classpath/jdwp/exception/NotImplementedException.java: New file.
        * gnu/classpath/jdwp/exception/JdwpInternalErrorException.java: New
        file.
        * gnu/classpath/jdwp/exception/JdwpException.java: New file.
        * gnu/classpath/jdwp/exception/InvalidThreadGroupException.java: New
        file.
        * gnu/classpath/jdwp/exception/InvalidThreadException.java: New file.
        * gnu/classpath/jdwp/exception/InvalidStringException.java: New file
        * gnu/classpath/jdwp/exception/InvalidObjectException.java: New file.
        * gnu/classpath/jdwp/exception/InvalidEventTypeException.java: New
        file.
        * gnu/classpath/jdwp/exception/InvalidCountException.java: New file.
        * gnu/classpath/jdwp/exception/InvalidClassException.java: New file.

Attachment: jdwp-exceptions.patch
Description: Text Data


reply via email to

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