java.lang
クラス IndexOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
- 直系の既知のサブクラス:
- ArrayIndexOutOfBoundsException, StringIndexOutOfBoundsException
public class IndexOutOfBoundsException
- extends RuntimeException
配列、文字列、ベクタなどの要素を指すインデックスが正常な範囲の値でない場合にスローされる例外です。
IndexOutOfBoundsException
public IndexOutOfBoundsException()
- 詳細メッセージの無い
IndexOutOfBoundsException を生成します。
IndexOutOfBoundsException
public IndexOutOfBoundsException(String message)
- 指定された詳細メッセージを保持する
IndexOutOfBoundsException を生成します。
- パラメータ:
message - 詳細メッセージ
Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential