/[suikacvs]/messaging/manakai/lib/Message/DOM/DOMException.pm
Suika

Diff of /messaging/manakai/lib/Message/DOM/DOMException.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by wakaba, Mon Sep 24 10:16:14 2007 UTC revision 1.16 by wakaba, Mon Oct 8 07:17:18 2007 UTC
# Line 42  sub ___error_def () {+{ Line 42  sub ___error_def () {+{
42    INVALID_CHARACTER_ERR => {    INVALID_CHARACTER_ERR => {
43      -code => 5,      -code => 5,
44      -subtype => {      -subtype => {
45          MALFORMED_EVENT_TYPE_ERR => {
46            -description => q(Event type is not an XML Namespaces 1.1 |NCName|),
47          },
48        MALFORMED_NAME_ERR => {        MALFORMED_NAME_ERR => {
49          -description => q(Not a legal XML |Name|),          -description => q(Not a legal XML |Name|),
50        },        },
# Line 82  sub ___error_def () {+{ Line 85  sub ___error_def () {+{
85        CONFIGURATION_PARAMETER_VALUE_ERR => {        CONFIGURATION_PARAMETER_VALUE_ERR => {
86          -description => q(Can't set the value to the configuration parameter),          -description => q(Can't set the value to the configuration parameter),
87        },        },
88          EVENT_INTERFACE_NOT_SUPPORTED_ERR => {
89            -description => q(Can't instantiate specified event interface),
90          },
91          EXTERNAL_EVENT_ERR => {
92            -description => q(The event has not been created using create_event
93                method of this DOM implementation),
94          },
95        NON_HTML_OPERATION_ERR => {        NON_HTML_OPERATION_ERR => {
96          -description => q(Can't apply to HTML document),          -description => q(Can't apply to HTML document),
97        },        },

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24