java.lang
Class NegativeArraySizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NegativeArraySizeException
public class NegativeArraySizeException
- extends RuntimeException
Thrown if an application tries to create an array with negative size.
- Since:
- JDK1.0
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
- the detail message.
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal