Class DefaultConsequenceExceptionHandler
java.lang.Object
org.drools.core.runtime.rule.impl.DefaultConsequenceExceptionHandler
- All Implemented Interfaces:
Externalizable,Serializable,ConsequenceExceptionHandler
public class DefaultConsequenceExceptionHandler
extends Object
implements ConsequenceExceptionHandler, Externalizable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleException(Match activation, RuleRuntime workingMemory, Exception exception) voidvoid
-
Constructor Details
-
DefaultConsequenceExceptionHandler
public DefaultConsequenceExceptionHandler()
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
handleException
- Specified by:
handleExceptionin interfaceConsequenceExceptionHandler
-