java.lang
クラス StringIndexOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
java.lang.StringIndexOutOfBoundsException
public class StringIndexOutOfBoundsException
- extends IndexOutOfBoundsException
String のメソッドで、インデックスが有効でない文字位置を指している場合にスローされる例外です。
StringIndexOutOfBoundsException
public StringIndexOutOfBoundsException()
- 詳細メッセージの無い
StringIndexOutOfBoundsException を生成します。
StringIndexOutOfBoundsException
public StringIndexOutOfBoundsException(String msg)
- 指定された詳細メッセージを保持する
StringIndexOutOfBoundsException を生成します。
- パラメータ:
msg - 詳細メッセージ
Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential