SyntaxException

Exception that can be thrown by ExpressionParser.

Extends: BadRequestException

Description

The SyntaxException class defines the exceptions that can be thrown by the ExpressionParser class.

Constructors

Creates a new instance of the SyntaxException class.

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

  • 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