Class DroolsMismatchedSetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DroolsMismatchedSetException
    extends org.antlr.runtime.RecognitionException
    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.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.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

      • DroolsMismatchedSetException

        public DroolsMismatchedSetException()
      • DroolsMismatchedSetException

        public DroolsMismatchedSetException​(java.lang.String[] tokenText,
                                            org.antlr.runtime.IntStream input)
    • Method Detail

      • getTokenText

        public java.lang.String[] getTokenText()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable