NegativeArraySizeException.NegativeArraySizeException

NegativeArraySizeException.NegativeArraySizeException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public NegativeArraySizeException()
Description
Constructs a NegativeArraySizeException with no detail message.



Syntax 2
public NegativeArraySizeException( String s )
Parameters
s
the detail message.
Description
Constructs a NegativeArraySizeException with the specified detail message.