全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス

クラス java.lang.NegativeArraySizeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.NegativeArraySizeException

public class NegativeArraySizeException
extends RuntimeException
アプリケーションが負のサイズを持った配列を作ろうとするとスローされます。


Constructor Index

 o NegativeArraySizeException()
詳細メッセージを持たない NegativeArraySizeException を構築する。
 o NegativeArraySizeException(String)
指定の詳細メッセージを持つ NegativeArraySizeException を構築する。

Constructors

 o 
NegativeArraySizeException
  public NegativeArraySizeException()
詳細メッセージを持たない NegativeArraySizeException を構築します。

 o NegativeArraySizeException
  public NegativeArraySizeException(String s)
指定の詳細メッセージを持つ NegativeArraySizeException を構築します。

パラメータ:
s - 詳細メッセージ

全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス