Class UnwantedTokenException

All Implemented Interfaces:
Serializable

public class UnwantedTokenException extends MismatchedTokenException
An extra token while parsing a TokenStream
See Also:
  • Constructor Details

    • UnwantedTokenException

      public UnwantedTokenException()
      Used for remote debugger deserialization
    • UnwantedTokenException

      public UnwantedTokenException(int expecting, IntStream input)
  • Method Details