ExpressionException

Exception that can be thrown by ExpressionCalculator.

Extends: BadRequestException

Description

The ExpressionException class defines an exception that can be thrown by ExpressionCalculator.

Constructors

Creates a new intance of this class.

ExpressionException(IContext? context, String code, String message, [int line = 0, int column = 0])

  • context: IContext - (optional) a context to trace execution through a call chain.
  • code: String - code
  • message: String - human-readable error message.
  • line: int - line number
  • column: int - column number