Module java.base
Package java.lang

Class NegativeArraySizeException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NegativeArraySizeException extends RuntimeException
Thrown if an application tries to create an array with negative size.
Since:
1.0
See Also: