- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.w3c.dom.ranges.RangeException
-
- All Implemented Interfaces:
-
Serializable
public class RangeException extends RuntimeException
范围操作可能会抛出其方法描述中指定的RangeException
。另见Document Object Model (DOM) Level 2 Traversal and Range Specification 。
- 从以下版本开始:
- 9,DOM Level 2
- 另请参见:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 描述 static short
BAD_BOUNDARYPOINTS_ERR
如果范围的边界点不符合特定要求。short
code
static short
INVALID_NODE_TYPE_ERR
如果Range的边界点的容器被设置为无效类型的节点或具有无效类型的祖先的节点。
-
构造方法摘要
构造方法 Constructor 描述 RangeException(short code, String message)
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
字段详细信息
-
code
public short code
-
BAD_BOUNDARYPOINTS_ERR
public static final short BAD_BOUNDARYPOINTS_ERR
如果范围的边界点不符合特定要求。- 另请参见:
- Constant Field Values
-
INVALID_NODE_TYPE_ERR
public static final short INVALID_NODE_TYPE_ERR
如果Range的边界点的容器被设置为无效类型的节点或具有无效类型的祖先的节点。- 另请参见:
- Constant Field Values
-
-
构造方法详细信息
-
RangeException
public RangeException(short code, String message)
-
-