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
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 |
DivisionByZeroException
public DivisionByZeroException(int line,
int column)
DivisionByZeroException
public DivisionByZeroException(int line,
int column,
java.lang.String operator)