Module grammar

Class UnexpectedTokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
All Implemented Interfaces:
DetailedException, Disposable, UserException, Serializable, Comparable<RecognitionException>

public class UnexpectedTokenException extends SyntacticException
See Also:
  • Constructor Details

    • UnexpectedTokenException

      public UnexpectedTokenException(String token, String expected)