Class v4ParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class v4ParserException
    extends org.antlr.runtime.RecognitionException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String msg  
      • Fields inherited from class org.antlr.runtime.RecognitionException

        approximateLineInfo, c, charPositionInLine, index, input, line, node, token
    • Constructor Summary

      Constructors 
      Constructor Description
      v4ParserException()
      Used for remote debugger deserialization
      v4ParserException​(java.lang.String msg, org.antlr.runtime.IntStream input)  
    • Method Summary

      • Methods inherited from class org.antlr.runtime.RecognitionException

        extractInformationFromTreeNodeStream, getUnexpectedType
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • msg

        public java.lang.String msg
    • Constructor Detail

      • v4ParserException

        public v4ParserException()
        Used for remote debugger deserialization
      • v4ParserException

        public v4ParserException​(java.lang.String msg,
                                 org.antlr.runtime.IntStream input)