public class MathException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
MathException
|
static class |
MathException
An exception used when an operand or calculation involves a negative number and it shouldn't.
|
static class |
MathException
|
static class |
MathException
An exception used when an operation results in overflow.
|
| Constructor and Description |
|---|
MathException()
|
MathException(String
|
MathException(String
|
MathException(String
|
MathException(Throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString