public class NegativeArraySizeException

  1. Object
  2. Throwable
  3. Exception
  4. RuntimeException
  5. NegativeArraySizeException
Thrown if an application tries to create an array with negative size. Since: JDK1.0, CLDC 1.0

Constructors

public NegativeArraySizeException()Constructs a NegativeArraySizeException with no detail message.
public NegativeArraySizeException(String s)Constructs a NegativeArraySizeException with the specified detail message.

Inherited methods

Constructor details

NegativeArraySizeException

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

NegativeArraySizeException

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