Added in API level 1

NegativeArraySizeException

public class NegativeArraySizeException
extends RuntimeException



Thrown if an application tries to create an array with negative size.

Summary

Public constructors

NegativeArraySizeException()

Constructs a NegativeArraySizeException with no detail message.

NegativeArraySizeException(String s)

Constructs a NegativeArraySizeException with the specified detail message.

Inherited methods

Public constructors

NegativeArraySizeException

Added in API level 1
public NegativeArraySizeException ()

Constructs a NegativeArraySizeException with no detail message.

NegativeArraySizeException

Added in API level 1
public NegativeArraySizeException (String s)

Constructs a NegativeArraySizeException with the specified detail message.