public class ArithmeticException extends RuntimeException
ArithmeticException
对象可以由虚拟机构建,就像suppression were disabled and/or the stack trace was not writable一样 。
Constructor and Description |
---|
ArithmeticException()
构造一个没有详细消息的
ArithmeticException 。
|
ArithmeticException(String s)
构造具有
ArithmeticException 详细消息的ArithmeticException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ArithmeticException()
ArithmeticException
。
public ArithmeticException(String s)
ArithmeticException
详细消息的ArithmeticException。
s
- 详细信息。