java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.lang.NegativeArraySizeException
public class NegativeArraySizeException
extends RuntimeException
Thrown if an application tries to create an array with negative size.