Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Exception RangeException
[go: Go Back, main page]

Exception RangeException

継承元:
(無し)
プロパティ:
メソッド:

Range 操作は、そのメソッド解説に規定されるように RangeException を投げてよい。

定義済み変数: RangeExceptionCode

生成されたエラーの型を示す整数。

BAD_BOUNDARYPOINTS_ERRRange の境界点が規定の用件に合致しないときに場合。
INVALID_NODE_TYPE_ERRRange の境界点の コンテナ が無効な型のノードか無効な型の祖先に設定される場合。

IDL 定義:

// Introduced in DOM Level 2:
exception RangeException {
  unsigned short   code;
};
// RangeExceptionCode
const unsigned short      BAD_BOUNDARYPOINTS_ERR         = 1;
const unsigned short      INVALID_NODE_TYPE_ERR          = 2;


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI