Package java.lang
Class NegativeArraySizeException
NegativeArraySizeException()
NegativeArraySizeException(String s)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor NegativeArraySizeException():
Constructs an NegativeArraySizeException with no detail message.
constructor NegativeArraySizeException(String s):
Constructs an NegativeArraySizeException with the specified detail message.