com.japisoft.formula.node
Class DivisionByZeroException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.japisoft.formula.node.EvaluateException
                    |
                    +--com.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 pos)
           
DivisionByZeroException(int pos, java.lang.String operator)
           
 
Methods inherited from class com.japisoft.formula.node.EvaluateException
getPos, setPos
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DivisionByZeroException

public DivisionByZeroException(int pos)

DivisionByZeroException

public DivisionByZeroException(int pos,
                               java.lang.String operator)