SyntaxError

Exception that can be thrown by ExpressionParser.

Description

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

Constructors

NewSyntaxError

Exception that can be thrown by Expression Parser.

NewSyntaxError(context IContext, code, message string, line, column int) *ApplicationError

  • 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