public class NegativeArraySizeException extends RuntimeException
Constructor and Description |
---|
NegativeArraySizeException()
构造一个没有详细消息的
NegativeArraySizeException 。
|
NegativeArraySizeException(String s)
构造具有
NegativeArraySizeException 详细消息的NegativeArraySizeException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NegativeArraySizeException()
NegativeArraySizeException
。
public NegativeArraySizeException(String s)
NegativeArraySizeException
详细消息的NegativeArraySizeException。
s
- 详细信息。