public class CircularReferenceException extends ExpressionVisitorException
Constructor and Description |
---|
CircularReferenceException(Formula formula)
Creates a new circular reference exception.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns whether the other object is an identical value .
|
Formula |
getFormula()
Returns the formula in which the circularity exists.
|
String |
toString()
Returns a string representation of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CircularReferenceException(Formula formula)
formula
- the formula that caused the exceptionpublic Formula getFormula()