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