Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / org / w3c / dom / DOMException.h
blob52fd15cc241f5ddfc7581251a675b176b8b68fd7
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_w3c_dom_DOMException__
5 #define __org_w3c_dom_DOMException__
7 #pragma interface
9 #include <java/lang/RuntimeException.h>
10 extern "Java"
12 namespace org
14 namespace w3c
16 namespace dom
18 class DOMException;
24 class org::w3c::dom::DOMException : public ::java::lang::RuntimeException
27 public:
28 DOMException(jshort, ::java::lang::String *);
29 jshort __attribute__((aligned(__alignof__( ::java::lang::RuntimeException)))) code;
30 static const jshort INDEX_SIZE_ERR = 1;
31 static const jshort DOMSTRING_SIZE_ERR = 2;
32 static const jshort HIERARCHY_REQUEST_ERR = 3;
33 static const jshort WRONG_DOCUMENT_ERR = 4;
34 static const jshort INVALID_CHARACTER_ERR = 5;
35 static const jshort NO_DATA_ALLOWED_ERR = 6;
36 static const jshort NO_MODIFICATION_ALLOWED_ERR = 7;
37 static const jshort NOT_FOUND_ERR = 8;
38 static const jshort NOT_SUPPORTED_ERR = 9;
39 static const jshort INUSE_ATTRIBUTE_ERR = 10;
40 static const jshort INVALID_STATE_ERR = 11;
41 static const jshort SYNTAX_ERR = 12;
42 static const jshort INVALID_MODIFICATION_ERR = 13;
43 static const jshort NAMESPACE_ERR = 14;
44 static const jshort INVALID_ACCESS_ERR = 15;
45 static const jshort VALIDATION_ERR = 16;
46 static const jshort TYPE_MISMATCH_ERR = 17;
47 static ::java::lang::Class class$;
50 #endif // __org_w3c_dom_DOMException__