Class DroolsMissingTokenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DroolsMissingTokenException
    extends org.antlr.runtime.MissingTokenException
    A mismatched token exception that properly resolves ID tokens into soft keywords
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.antlr.runtime.MissingTokenException

        inserted
      • Fields inherited from class org.antlr.runtime.MismatchedTokenException

        expecting
      • Fields inherited from class org.antlr.runtime.RecognitionException

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTokenText()  
      java.lang.String toString()  
      • Methods inherited from class org.antlr.runtime.MissingTokenException

        getMissingType
      • 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
      • Methods inherited from class java.lang.Object

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

      • DroolsMissingTokenException

        public DroolsMissingTokenException()
      • DroolsMissingTokenException

        public DroolsMissingTokenException​(int expecting,
                                           java.lang.String text,
                                           org.antlr.runtime.IntStream input,
                                           java.lang.Object inserted)
    • Method Detail

      • getTokenText

        public java.lang.String getTokenText()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.antlr.runtime.MissingTokenException