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