public class java.lang
NegativeArraySizeException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException

Thrown if an application tries to create an array with negative size.
version1.20, 11/17/05
sinceJDK1.0

Constructors
public NegativeArraySizeException()
Constructs a NegativeArraySizeException with no detail message.
public NegativeArraySizeException(String s)
Constructs a NegativeArraySizeException with the specified detail message.
sthe detail message.