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.

public constructor(correlationId: string, code: string, message: string, line: number = 0, column: number = 0)

  • correlationId: string - transaction id used to trace execution through the call chain.
  • code: string - code
  • message: string - human-readable error message.
  • line: number - line number
  • column: number - column number