NegativeArraySizeException.NegativeArraySizeException
Class Overview | Class Members |
This Package |
All Packages
public NegativeArraySizeException()
Description
Constructs a NegativeArraySizeException with no
detail message.
public NegativeArraySizeException( String s )
Parameters
- s
- the detail message.
Description
Constructs a NegativeArraySizeException with the
specified detail message.