repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$lang$NegativeArraySizeException.java
file
oh
o
[]
Thrown if an application tries to create an array with negative size.
- Author(s):
- unascribed
- Since:
- JDK1.0
Constructs a
NegativeArraySizeException with no
detail message.
Constructs a
NegativeArraySizeException with the
specified detail message.
- Parameters:
s the detail message.