org.w3c.dom.ranges
Class RangeException
RuntimeException
org.w3c.dom.ranges.RangeException
public class RangeException
extends RuntimeException
- DOM Level 2
static short | BAD_BOUNDARYPOINTS_ERR - If the boundary-points of a Range do not meet specific requirements.
|
static 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.
|
short | code
|
BAD_BOUNDARYPOINTS_ERR
public static final short BAD_BOUNDARYPOINTS_ERR
If the boundary-points of a Range do not meet specific requirements.
- 1
INVALID_NODE_TYPE_ERR
public static final 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.
- 2
RangeException
public RangeException(short code,
String message)