NegativeArraySizeExceptionNameNegativeArraySizeExceptionSynopsis
DescriptionA NegativeArraySizeException is thrown in response to an attempt to create an array with a negative size. Class Summary
public class java.lang.NegativeArraySizeException extends java.lang.RuntimeException { // Constructors public NegativeArraySizeException(); public NegativeArraySizeException(String s); } ConstructorsNegativeArraySizeExceptionpublic NegativeArraySizeException()
public NegativeArraySizeException(String s)
Inherited Methods
See AlsoException, RuntimeException, Throwable |
|