public class NegativeArraySizeException
- Object
- Throwable
- Exception
- RuntimeException
- 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.