com.japisoft.formula.node
Class DivisionByZeroException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.japisoft.formula.node.EvaluateException
              extended bycom.japisoft.formula.node.DivisionByZeroException
All Implemented Interfaces:
java.io.Serializable

public class DivisionByZeroException
extends EvaluateException

Evaluation error exception. Something is wrong in the formula generated tree. It can be bad data, or bad operators usage...

More information at : http://www.japisoft.com

Version:
1.0
Author:
(c) 2002-2005 JAPISOFT
See Also:
Exception, Serialized Form

Constructor Summary
DivisionByZeroException(int line, int column)
           
DivisionByZeroException(int line, int column, java.lang.String operator)
           
 
Methods inherited from class com.japisoft.formula.node.EvaluateException
getErrorColumn, getErrorLine, getPos, setPos, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DivisionByZeroException

public DivisionByZeroException(int line,
                               int column)

DivisionByZeroException

public DivisionByZeroException(int line,
                               int column,
                               java.lang.String operator)