File: EventException.xml

package info (click to toggle)
gmetadom 0.2.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,396 kB
  • ctags: 1,195
  • sloc: sh: 8,353; xml: 3,772; cpp: 3,113; ansic: 2,660; ml: 932; makefile: 930
file content (34 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version='1.0' encoding='UTF-8'?>
<!-- EventException interface -->

<exception id="Events-EventException" name="EventException" since="DOM Level 2">
  <descr>
    <p>
      Event operations may throw an <code>EventException</code> as specified in
      their method descriptions.
    </p>
  </descr>
  
  <component id="Events-EventException-code" name="code">
    <typename>unsigned short</typename>
  </component>
  
</exception>

<group id="Events-EventException-EventExceptionCode" name="EventExceptionCode" since="DOM Level 2">
  <descr>
    <p>
      An integer indicating the type of error generated.
    </p>
  </descr>
  <constant name="UNSPECIFIED_EVENT_TYPE_ERR" type="unsigned short" value="0">
    <descr>
      <p>
	If the <code>Event</code>'s type was not specified by initializing the
	event before the method was called. Specification of the Event's type
	as <code>null</code> or an empty string will also trigger this
	exception.
      </p>
    </descr>
  </constant>
</group>