OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [w3c/] [dom/] [DOMException.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_w3c_dom_DOMException__
5
#define __org_w3c_dom_DOMException__
6
 
7
#pragma interface
8
 
9
#include <java/lang/RuntimeException.h>
10
extern "Java"
11
{
12
  namespace org
13
  {
14
    namespace w3c
15
    {
16
      namespace dom
17
      {
18
          class DOMException;
19
      }
20
    }
21
  }
22
}
23
 
24
class org::w3c::dom::DOMException : public ::java::lang::RuntimeException
25
{
26
 
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$;
48
};
49
 
50
#endif // __org_w3c_dom_DOMException__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.