
public class ArithmeticException extends RuntimeException
See the official Java API doc for details.
| Constructor and Description |
|---|
ArithmeticException() |
ArithmeticException(String explanation) |
addSuppressed, fillInStackTrace, getBackingJsObject, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, of, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArithmeticException(String explanation)
public ArithmeticException()
Copyright © 2018. All rights reserved.