Uses of Class
csheets.core.formula.util.CircularReferenceException

Packages that use CircularReferenceException
csheets.core.formula.util Provides utilities for performing operations on formulas. 
 

Uses of CircularReferenceException in csheets.core.formula.util
 

Methods in csheets.core.formula.util that throw CircularReferenceException
 void CircularReferenceFinder.check(Formula formula)
          Checks if the given formula has any circular references.
 Object CircularReferenceFinder.visitReference(Reference reference)
          Checks if the given reference causes a circular reference.