|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.japisoft.formula.node.EvaluateException
Evaluation error exception. Something is wrong in the formula generated tree. It can be bad data, or bad operators usage...
Exception
,
Serialized FormConstructor Summary | |
EvaluateException(int pos,
java.lang.String cause)
|
|
EvaluateException(java.lang.String cause)
|
Method Summary | |
int |
getPos()
|
void |
setPos(int pos)
|
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 EvaluateException(java.lang.String cause)
public EvaluateException(int pos, java.lang.String cause)
pos
- Current position in the expressioncause
- What's trouble ?Method Detail |
public int getPos()
public void setPos(int pos)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |