java.lang
Class NegativeArraySizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NegativeArraySizeException
public class NegativeArraySizeException
- extends RuntimeException
NegativeArraySizeException
public NegativeArraySizeException()
- Constructs an NegativeArraySizeException with no detail message.
NegativeArraySizeException
public NegativeArraySizeException(String s)
- Constructs an NegativeArraySizeException with the specified detail
message.