| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | org.w3c.dom.ranges.RangeException | |||
Range operations may throw a RangeException as specified in
their method descriptions.
See also the Document Object Model (DOM) Level 2 Traversal and Range Specification.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| short | BAD_BOUNDARYPOINTS_ERR | If the boundary-points of a Range do not meet specific requirements. | |||||||||
| short | INVALID_NODE_TYPE_ERR | If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
If the boundary-points of a Range do not meet specific requirements.
If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type.