The exception thrown when a formula parse error occurs.

Hierarchy

Hierarchy

  • BaseError
    • FormulaParseException

Constructors

  • Returns FormulaParseException

  • Parameters

    • message: string

    Returns FormulaParseException

  • Parameters

    • message: string
    • innerException: BaseError

    Returns FormulaParseException

  • Parameters

    • charIndexOfError: number
    • formulaValue: string
    • message: string
    • portionWithError: string

    Returns FormulaParseException

  • Parameters

    • Rest ..._rest: any[]

    Returns FormulaParseException

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get charIndexOfError(): number
  • Gets the character index in the [[formulaValue]] at which the parse error occurred. The character index in the FormulaValue at which the parse error occurred.

    Returns number

  • get formulaValue(): string
  • Gets the formula string which had the error being parsed. The formula string which had the error being parsed.

    Returns string

  • get innerException(): any
  • Returns any

  • get message(): string
  • Returns string

  • get portionWithError(): string
  • Gets the portion of the formula which contains the error.

    Returns string

Methods

  • Parameters

    • other: any

    Returns boolean

  • Returns number

  • Parameters

    • initNumber: number
    • message: string

    Returns void

  • Parameters

    • initNumber: number
    • message: string
    • innerException: any

    Returns void

  • Returns Base

  • Returns string

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns boolean

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns number

  • Parameters

    • a: any
    • b: any

    Returns boolean