Skip Headers

Oracle9i Supplied PL/SQL Packages and Types Reference
Release 2 (9.2)

Part Number A96612-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_XMLDOM, 4 of 5


Exceptions of DBMS_XMLDOM

The exceptions listed in Table 84-3 are defined for DBMS_XMLDOM:

Table 84-3: Exceptions for DBMS_XMLDDOM
Exception Description

INDEX_SIZE_ERR

If index or size is negative, or greater than the allowed value.

DOMSTRING_SIZE_ERR

If the specified range of text does not fit into a DOMString.

HIERARCHY_REQUEST_ERR

If any node is inserted somewhere it doesn't belong.

WRONG_DOCUMENT_ERR

If a node is used in a different document than the one that created it (that doesn't support it).

INVALID_CHARACTER_ERR

If an invalid or illegal character is specified, such as in a name. See production 2 in the XML specification for the definition of a legal character, and production 5 for the definition of a legal name character.

NO_DATA_ALLOWED_ERROR

If data is specified for a node which does not support data.

NO_MODIFICATION_ALLOWED_ERR

If an attempt is made to modify an object where modifications are not allowed.

NO_FOUND_ERR

If an attempt is made to reference a node in a context where it does not exist.

NOT_SUPPORTED_ERR

If the implementation does not support the requested type of object or operation.

INUSE_ATTRIBUTE_ERR

If an attempt is made to add an attribute that is already in use elsewhere.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 2000, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback