Added in API level 1
Summary:
Ctors
| Inherited Methods
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(String s)
Constructs a |
|
Inherited methods | |
|---|---|