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.

SyntaxException(String? correlationId, String code, String message, int? line, int? column)

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