Class DroolsMismatchedTokenException

  • All Implemented Interfaces:
    Serializable

    public class DroolsMismatchedTokenException
    extends org.antlr.runtime.MismatchedTokenException
    A mismatched token exception that properly resolves ID tokens into soft keywords
    See Also:
    Serialized Form
    • Constructor Detail

      • DroolsMismatchedTokenException

        public DroolsMismatchedTokenException()
      • DroolsMismatchedTokenException

        public DroolsMismatchedTokenException​(int expecting,
                                              String tokenText,
                                              org.antlr.runtime.IntStream input)
    • Method Detail

      • getTokenText

        public String getTokenText()
      • toString

        public String toString()
        Overrides:
        toString in class org.antlr.runtime.MismatchedTokenException