antlr.v4.runtime.RecognitionException

Undocumented in source.

Members

Classes

RecognitionException
class RecognitionException

The root of the ANTLR exception hierarchy. In general, ANTLR tracks just 3 kinds of errors: prediction errors, failed predicate errors, and mismatched input errors. In each case, the parser knows where it is in the input, where it is in the ATN, the rule invocation stack, and what kind of problem occurred.

Meta