summaryrefslogtreecommitdiff
path: root/libjava/gnu/xml/dom/ls/DomLSException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/xml/dom/ls/DomLSException.h')
-rw-r--r--libjava/gnu/xml/dom/ls/DomLSException.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/libjava/gnu/xml/dom/ls/DomLSException.h b/libjava/gnu/xml/dom/ls/DomLSException.h
new file mode 100644
index 000000000..3fa6778a8
--- /dev/null
+++ b/libjava/gnu/xml/dom/ls/DomLSException.h
@@ -0,0 +1,35 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_xml_dom_ls_DomLSException__
+#define __gnu_xml_dom_ls_DomLSException__
+
+#pragma interface
+
+#include <org/w3c/dom/ls/LSException.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace xml
+ {
+ namespace dom
+ {
+ namespace ls
+ {
+ class DomLSException;
+ }
+ }
+ }
+ }
+}
+
+class gnu::xml::dom::ls::DomLSException : public ::org::w3c::dom::ls::LSException
+{
+
+public:
+ DomLSException(jshort, ::java::lang::Exception *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_xml_dom_ls_DomLSException__