Packages This Package Prev Next Index
public class java.lang.NegativeArraySizeException extends java.lang.RuntimeException (I-§1.42) { // Constructors public NegativeArraySizeException(); §1.38.1 public NegativeArraySizeException(String s); §1.38.2 }Thrown if an application tries to create an array with negative size.
public NegativeArraySizeException()
public NegativeArraySizeException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)