|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.japisoft.formula.node.EvaluateException
|
+--com.japisoft.formula.node.DivisionByZeroException
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
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 |
public DivisionByZeroException(int pos)
public DivisionByZeroException(int pos,
java.lang.String operator)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||