java.lang
クラス ArrayIndexOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
public class ArrayIndexOutOfBoundsException
- extends IndexOutOfBoundsException
配列へのアクセスで不正なインデックスが使用された場合にスローされる例外です。
負の値のインデックスや配列のサイズ以上の値のインデックスで配列にアクセスするとスローされます。
ArrayIndexOutOfBoundsException
public ArrayIndexOutOfBoundsException()
- 詳細メッセージの無い
ArrayIndexOutOfBoundsException を生成します。
ArrayIndexOutOfBoundsException
public ArrayIndexOutOfBoundsException(String message)
- 指定された詳細メッセージを保持する
ArrayIndexOutOfBoundsException を生成します。
- パラメータ:
message - 詳細メッセージ
Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential