NegativeArraySizeExceptionpublic class NegativeArraySizeException extends RuntimeException Thrown if an application tries to create an array with negative size. |
(Omit source code)
Constructors Summary |
---|
public NegativeArraySizeException()Constructs a NegativeArraySizeException with no
detail message.
super();
| public NegativeArraySizeException(String s)Constructs a NegativeArraySizeException with the
specified detail message.
super(s);
|
|