Class LexParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LexParseException.LexError, LexParseException.ParseError

public abstract class LexParseException extends RuntimeException
See Also:
  • Constructor Details

    • LexParseException

      public LexParseException(String message, int line, int column, int length, int relevance)
  • Method Details

    • getLine

      public int getLine()
    • getColumn

      public int getColumn()
    • getLength

      public int getLength()
    • getRelevance

      public int getRelevance()
    • getPartialParseResult

      @Nullable public @Nullable org.antlr.v4.runtime.ParserRuleContext getPartialParseResult()
    • withPartialParseResult

      public LexParseException withPartialParseResult(org.antlr.v4.runtime.ParserRuleContext partialParseResult)