java.lang
Class NegativeArraySizeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.NegativeArraySizeException
- All Implemented Interfaces:
- Serializable
- public class NegativeArraySizeException
- extends RuntimeException
Untamed: Thrown if an application tries to create an array with negative size.
- Since:
- JDK1.0
- Version:
- 1.17, 12/03/01
- Author:
- unascribed
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
NegativeArraySizeException
public NegativeArraySizeException()
- Enabled: Constructs a
NegativeArraySizeException
with no
detail message.
NegativeArraySizeException
public NegativeArraySizeException(String s)
- Enabled: Constructs a
NegativeArraySizeException
with the
specified detail message.
- Parameters:
s
- the detail message.
comments?