Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / org / w3c / dom / ls / LSException.h
blobc14444067249cdb76b52df381f6bcfef5ae837d9
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_w3c_dom_ls_LSException__
5 #define __org_w3c_dom_ls_LSException__
7 #pragma interface
9 #include <java/lang/RuntimeException.h>
10 extern "Java"
12 namespace org
14 namespace w3c
16 namespace dom
18 namespace ls
20 class LSException;
27 class org::w3c::dom::ls::LSException : public ::java::lang::RuntimeException
30 public:
31 LSException(jshort, ::java::lang::String *);
32 jshort __attribute__((aligned(__alignof__( ::java::lang::RuntimeException)))) code;
33 static const jshort PARSE_ERR = 81;
34 static const jshort SERIALIZE_ERR = 82;
35 static ::java::lang::Class class$;
38 #endif // __org_w3c_dom_ls_LSException__