DOMCoreExceptions
Detailed Description
These exceptions are defined by the DOM Core Specification, they are raised by methods in the framework, where needed.
Variable Documentation
|
|
If any node is inserted somewhere it doesn't belong. |
|
|
If index or size is negative, or greater than the allowed value. |
|
|
If a parameter or an operation is not supported by the underlying object. |
|
|
If an attempt is made to modify the type of the underlying object. |
|
|
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces. |
|
|
If an attempt is made to modify an object where modifications are not allowed. |
|
|
If an attempt is made to reference a node in a context where it does not exist. |
|
|
If the implementation does not support the requested type of object or operation. |
|
|
If an invalid or illegal string is specified. |