csheets.ext.assertion
Class MathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
csheets.core.formula.util.ExpressionVisitorException
csheets.ext.assertion.MathException
- All Implemented Interfaces:
- Serializable
public class MathException
- extends ExpressionVisitorException
This Exception is thrown if you try to do calculations on intervals
which contains forbidden values according to the choosen matematical
operation. For example division by zero.
- Author:
- Fredrik
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MathException
public MathException()
MathException
public MathException(String message)
MathException
public MathException(String message,
Throwable cause)
MathException
public MathException(Throwable cause)