Namespace Albatross.Expression.Exceptions
Classes
- CircularReferenceException
Exception thrown when a circular reference is detected in variable dependencies.
- MissingVariableException
Exception thrown when a required variable is not found in the execution context.
- OperandException
Exception thrown when there are issues with operands in expressions.
- StackException
Exception thrown when there are issues with the expression evaluation stack.
- TokenParsingException
Exception thrown when token parsing fails during expression analysis.