Options
All
  • Public
  • Public/Protected
  • All
Menu

Module exceptions

Index

Variables

EARLY_EXIT_EXCEPTION

EARLY_EXIT_EXCEPTION: string = "EarlyExitException"

MISMATCHED_TOKEN_EXCEPTION

MISMATCHED_TOKEN_EXCEPTION: string = "MismatchedTokenException"

NOT_ALL_INPUT_PARSED_EXCEPTION

NOT_ALL_INPUT_PARSED_EXCEPTION: string = "NotAllInputParsedException"

NO_VIABLE_ALT_EXCEPTION

NO_VIABLE_ALT_EXCEPTION: string = "NoViableAltException"

RECOGNITION_EXCEPTION_NAMES

RECOGNITION_EXCEPTION_NAMES: Array<string> = [MISMATCHED_TOKEN_EXCEPTION,NO_VIABLE_ALT_EXCEPTION,EARLY_EXIT_EXCEPTION,NOT_ALL_INPUT_PARSED_EXCEPTION]

Functions

EarlyExitException

MismatchedTokenException

NoViableAltException

NotAllInputParsedException

isRecognitionException

  • isRecognitionException(error: Error): boolean

Generated using TypeDoc