Package Summary  Overview Summary

class:NegativeArraySizeException [NONE]

constructor:NegativeArraySizeException() [NONE]

  • NegativeArraySizeException

    public NegativeArraySizeException()
    Constructs a NegativeArraySizeException with no detail message.

constructor:NegativeArraySizeException(java.lang.String) [NONE]

  • NegativeArraySizeException

    public NegativeArraySizeException(String s)
    Constructs a NegativeArraySizeException with the specified detail message.
    Parameters:
    s - the detail message.