csheets.ext.assertion
Class AssertionArithmeticException

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.AssertionArithmeticException
All Implemented Interfaces:
Serializable

public class AssertionArithmeticException
extends ExpressionVisitorException

See Also:
Serialized Form

Constructor Summary
AssertionArithmeticException(String reason)
           
 
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

AssertionArithmeticException

AssertionArithmeticException(String reason)