Package org.evrete.api
Interface RuleBuilderExceptionHandler
-
@Deprecated public interface RuleBuilderExceptionHandler
Deprecated.this class has been deprecated since version 3.1.0 with bulk rule compilation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidhandle(RuleSet<?> context, Rule rule, RuntimeException exception)Deprecated.
-
-
-
Method Detail
-
handle
@Deprecated void handle(RuleSet<?> context, Rule rule, RuntimeException exception)
Deprecated.- Parameters:
context- is either aKnowledgeor aRuleSessioninstancerule- rule that caused the exceptionexception- the exception- Throws:
RuntimeException- if developer decides that the original exception is unrecoverable and re-throws the exception (or any other instance ofRuntimeException)- See Also:
RuleSet.setRuleBuilderExceptionHandler(RuleBuilderExceptionHandler)
-
-