Class java.lang.NegativeArraySizeException
All Packages    This Package    Previous    Next

Class java.lang.NegativeArraySizeException

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

public class NegativeArraySizeException
extends Exception
Signals creation of an array with negative size.
Version:
1.7, 31 Jan 1995

NegativeArraySizeException()
Constructor.
NegativeArraySizeException(String)
Constructor with a detail message.

NegativeArraySizeException
  public NegativeArraySizeException()
Constructor.

NegativeArraySizeException

  public NegativeArraySizeException(String s)
Constructor with a detail message.


All Packages    This Package    Previous    Next