public static class MathException.DivideByZeroException extends MathException
MathException.DivideByZeroException , MathException.NegativeException , MathException.NonIntegerException , MathException.OverflowException | Constructor and Description |
|---|
DivideByZeroException()
|
DivideByZeroException(String
|
DivideByZeroException(String
|
DivideByZeroException(String
|
DivideByZeroException(Throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DivideByZeroException()
public DivideByZeroException(Stringmessage, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public DivideByZeroException(Stringmessage)
public DivideByZeroException(Throwablecause)