Package java.lang
Class NegativeArraySizeException

Public Constructor 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.