Class HitPolicyViolationEvent

  • All Implemented Interfaces:
    org.kie.dmn.api.feel.runtime.events.FEELEvent

    public class HitPolicyViolationEvent
    extends FEELEventBase
    implements org.kie.dmn.api.feel.runtime.events.FEELEvent
    An event class to report a hit policy violation on a decision table
    • Constructor Detail

      • HitPolicyViolationEvent

        public HitPolicyViolationEvent​(org.kie.dmn.api.feel.runtime.events.FEELEvent.Severity severity,
                                       String msg,
                                       String nodeName,
                                       List<Integer> offendingRules)