Class DefaultConsequenceExceptionHandler
- java.lang.Object
-
- org.drools.core.runtime.rule.impl.DefaultConsequenceExceptionHandler
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable,org.kie.api.runtime.rule.ConsequenceExceptionHandler
public class DefaultConsequenceExceptionHandler extends java.lang.Object implements org.kie.api.runtime.rule.ConsequenceExceptionHandler, java.io.Externalizable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultConsequenceExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleException(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.rule.RuleRuntime workingMemory, java.lang.Exception exception)voidreadExternal(java.io.ObjectInput in)voidwriteExternal(java.io.ObjectOutput out)
-
-
-
Method Detail
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
handleException
public void handleException(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.rule.RuleRuntime workingMemory, java.lang.Exception exception)- Specified by:
handleExceptionin interfaceorg.kie.api.runtime.rule.ConsequenceExceptionHandler
-
-