Class RuleEngineRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DroolsRuleLoopException

    public class RuleEngineRuntimeException
    extends java.lang.RuntimeException
    RuleEngineRuntimeException thrown when errors are encountered during rule execution or the rule engine session is prematurely ended or while rule engine initialization.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • RuleEngineRuntimeException

        public RuleEngineRuntimeException()
      • RuleEngineRuntimeException

        public RuleEngineRuntimeException​(java.lang.Throwable t)
      • RuleEngineRuntimeException

        public RuleEngineRuntimeException​(java.lang.String s,
                                          java.lang.Throwable t)
      • RuleEngineRuntimeException

        public RuleEngineRuntimeException​(java.lang.String s)