Module dev.civl.abc

Class RuntimeParseException

All Implemented Interfaces:
Serializable

public class RuntimeParseException extends ABCRuntimeException
See Also:
  • Constructor Details

    • RuntimeParseException

      public RuntimeParseException(String msg, org.antlr.runtime.Token token)
    • RuntimeParseException

      public RuntimeParseException(String msg)
  • Method Details

    • getToken

      public org.antlr.runtime.Token getToken()