NegativeArraySizeExceptionpublic class NegativeArraySizeException extends RuntimeException Thrown if an application tries to create an array with negative size. |
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);
|
|