Exception: java.lang.NegativeArraySizeException

Thrown if an application tries to create an array with negative size.
Authors:
@author unascribed
Version:
@version 1.19, 12/19/03
Since:
@since JDK1.0

Inheritance

Superclass tree: Implements:

Methods

  • NegativeArraySizeExceptiontop

    public NegativeArraySizeException()
    Constructs a NegativeArraySizeException with no detail message.
    Google Code Search
    Stack Overflow
  • NegativeArraySizeExceptiontop

    public NegativeArraySizeException(String s)
    Constructs a NegativeArraySizeException with the specified detail message.
    Parameters:
    @param s the detail message.
    Google Code Search
    Stack Overflow