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