Most visited


Recently visited


Added in API level 1

NegativeArraySizeException

public class NegativeArraySizeException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.NegativeArraySizeException


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

From class java.lang.Throwable
From class java.lang.Object

Public constructors


NegativeArraySizeException

Added in API level 1
NegativeArraySizeException ()

Constructs a NegativeArraySizeException with no detail message.

NegativeArraySizeException

Added in API level 1
NegativeArraySizeException (String s)

Constructs a NegativeArraySizeException with the specified detail message.

Parameters
s String: the detail message.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.