aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/jdwp/exception/NativeMethodException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/classpath/jdwp/exception/NativeMethodException.h')
-rw-r--r--libjava/gnu/classpath/jdwp/exception/NativeMethodException.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/libjava/gnu/classpath/jdwp/exception/NativeMethodException.h b/libjava/gnu/classpath/jdwp/exception/NativeMethodException.h
deleted file mode 100644
index 4f7a55c1f3c..00000000000
--- a/libjava/gnu/classpath/jdwp/exception/NativeMethodException.h
+++ /dev/null
@@ -1,36 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __gnu_classpath_jdwp_exception_NativeMethodException__
-#define __gnu_classpath_jdwp_exception_NativeMethodException__
-
-#pragma interface
-
-#include <gnu/classpath/jdwp/exception/JdwpException.h>
-extern "Java"
-{
- namespace gnu
- {
- namespace classpath
- {
- namespace jdwp
- {
- namespace exception
- {
- class NativeMethodException;
- }
- }
- }
- }
-}
-
-class gnu::classpath::jdwp::exception::NativeMethodException : public ::gnu::classpath::jdwp::exception::JdwpException
-{
-
-public:
- NativeMethodException(jlong);
- NativeMethodException(::java::lang::Throwable *);
- static ::java::lang::Class class$;
-};
-
-#endif // __gnu_classpath_jdwp_exception_NativeMethodException__