|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpressionVisitorException | |
|---|---|
| csheets.core.formula.lang | Provides the operators, functions and references supported by the formula language. |
| csheets.core.formula.util | Provides utilities for performing operations on formulas. |
| csheets.ext.assertion | Provides support for user-specified and system-generated assertions. |
| Uses of ExpressionVisitorException in csheets.core.formula.lang |
|---|
| Methods in csheets.core.formula.lang that throw ExpressionVisitorException | |
|---|---|
Object |
ReferenceOperation.accept(ExpressionVisitor visitor)
|
Object |
CellReference.accept(ExpressionVisitor visitor)
|
| Uses of ExpressionVisitorException in csheets.core.formula.util |
|---|
| Subclasses of ExpressionVisitorException in csheets.core.formula.util | |
|---|---|
class |
CircularReferenceException
An exception that is thrown if a formula contains a reference (directly or indirectly) to the cell in which it is contained. |
| Methods in csheets.core.formula.util that throw ExpressionVisitorException | |
|---|---|
Object |
CircularReferenceFinder.visitReference(Reference reference)
Checks if the given reference causes a circular reference. |
| Uses of ExpressionVisitorException in csheets.ext.assertion |
|---|
| Subclasses of ExpressionVisitorException in csheets.ext.assertion | |
|---|---|
class |
AssertionArithmeticException
|
class |
MathException
This Exception is thrown if you try to do calculations on intervals which contains forbidden values according to the choosen matematical operation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||