Class DroolsMismatchedSetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.drools.drl.parser.lang.DroolsMismatchedSetException
All Implemented Interfaces:
Serializable

public class DroolsMismatchedSetException extends org.antlr.runtime.RecognitionException
A mismatched token exception that properly resolves ID tokens into soft keywords
See Also:
  • Constructor Details

    • DroolsMismatchedSetException

      public DroolsMismatchedSetException()
    • DroolsMismatchedSetException

      public DroolsMismatchedSetException(String[] tokenText, org.antlr.runtime.IntStream input)
  • Method Details