# Print output for @column tags ?> NegativeArraySizeException - Android SDK | Android Developers

Most visited


Recently visited


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

Public constructors


NegativeArraySizeException

public NegativeArraySizeException ()

Constructs a NegativeArraySizeException with no detail message.

NegativeArraySizeException

public NegativeArraySizeException (String s)

Constructs a NegativeArraySizeException with the specified detail message.

Parameters
s String: the detail message.

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.