public class NegativeArraySizeException extends RuntimeException
| Constructor and Description |
|---|
NegativeArraySizeException()
Constructs a new
NegativeArraySizeException that includes the
current stack trace. |
NegativeArraySizeException(String detailMessage)
Constructs a new
NegativeArraySizeException with the current
stack trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NegativeArraySizeException()
NegativeArraySizeException that includes the
current stack trace.public NegativeArraySizeException(String detailMessage)
NegativeArraySizeException with the current
stack trace and the specified detail message.detailMessage - the detail message for this exception.