Class ParseException

    • Field Detail

      • currentToken

        public final @Nullable GenericToken currentToken
        This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.
    • Constructor Detail

      • ParseException

        public ParseException()
      • ParseException

        public ParseException​(String message)
      • ParseException

        public ParseException​(Throwable cause)
      • ParseException

        public ParseException​(@NonNull JavaccToken currentTokenVal,
                              int[][] expectedTokenSequencesVal)
        This constructor is called by Javacc.