csheets.ext.assertion
Class MathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by csheets.core.formula.util.ExpressionVisitorException
                  extended by 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

Constructor Summary
MathException()
           
MathException(String message)
           
MathException(String message, Throwable cause)
           
MathException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MathException

public MathException()

MathException

public MathException(String message)

MathException

public MathException(String message,
                     Throwable cause)

MathException

public MathException(Throwable cause)