全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス
  クラス 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 のメソッド charAt、およびその他の String のメソッドによって、添字が負の値であるか文字列のサイズ以上であることを示すためにスローされます。
    -  参照:
    
-  charAt
   
  -   StringIndexOutOfBoundsException() StringIndexOutOfBoundsException()
-   詳細メッセージを持たない StringIndexOutOfBoundsExceptionを構築する。
-   StringIndexOutOfBoundsException(int) StringIndexOutOfBoundsException(int)
-   不正な添字を示す引数を持つ新しいクラス StringIndexOutOfBoundsExceptionを構築する。
-   StringIndexOutOfBoundsException(String) StringIndexOutOfBoundsException(String)
-   指定した詳細メッセージを持つ StringIndexOutOfBoundsExceptionを構築する。
   
 StringIndexOutOfBoundsException
StringIndexOutOfBoundsException
  public StringIndexOutOfBoundsException()
  -  詳細メッセージを持たない StringIndexOutOfBoundsExceptionを構築します。
 
 StringIndexOutOfBoundsException
StringIndexOutOfBoundsException
  public StringIndexOutOfBoundsException(String s)
  -  指定した詳細メッセージを持つ StringIndexOutOfBoundsExceptionを構築します。
   
- 
    -  パラメータ:
    
-  s - 詳細メッセージ
  
 
 StringIndexOutOfBoundsException
StringIndexOutOfBoundsException
  public StringIndexOutOfBoundsException(int index)
  - 不正な添字を示す引数を持つ新しいクラス StringIndexOutOfBoundsExceptionを構築します。
   
- 
    -  パラメータ:
    
-  index - 不正な添字
  
 
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス