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 ExpressionException(IContext context, String code, String message, int line, int column)

  • 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