|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tools.blend.expression.ExpressionException
public class ExpressionException
This exception class bubbles errors in an expression back through the levels of the recursive algorithms.
| Field Summary | |
|---|---|
CodeLine |
codeLine
The CodeLine where the error occurred |
int |
position
The position within the CodeLine where the error occurred |
| Constructor Summary | |
|---|---|
ExpressionException(java.lang.String string,
CodeLine codeLine,
int position)
|
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public CodeLine codeLine
public int position
| Constructor Detail |
|---|
public ExpressionException(java.lang.String string,
CodeLine codeLine,
int position)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||