[RFA/JDWP] Exceptions

Keith Seitz keiths@redhat.com
Fri Jun 17 14:33:00 GMT 2005


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  <keiths@redhat.com>

        * 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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdwp-exceptions.patch
Type: text/x-patch
Size: 28447 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20050617/e8607e0e/attachment.bin>


More information about the Java-patches mailing list