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__
9 #include <java/lang/RuntimeException.h>
27 class org::w3c::dom::ls::LSException
: public ::java::lang::RuntimeException
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__