Class MissingTokenException

  • All Implemented Interfaces:
    Serializable

    public class MissingTokenException
    extends MismatchedTokenException
    We were expecting a token but it's not found. The current token is actually what we wanted next. Used for tree node errors too.
    See Also:
    Serialized Form
    • Field Detail

      • inserted

        public Object inserted
    • Constructor Detail

      • MissingTokenException

        public MissingTokenException()
        Used for remote debugger deserialization
      • MissingTokenException

        public MissingTokenException​(int expecting,
                                     IntStream input,
                                     Object inserted)