Package org.drools.wiring.statics
Class StaticComponentsSupplier.StaticConsequenceExceptionHandler
- java.lang.Object
-
- org.drools.wiring.statics.StaticComponentsSupplier.StaticConsequenceExceptionHandler
-
- All Implemented Interfaces:
Externalizable,Serializable,org.kie.api.runtime.rule.ConsequenceExceptionHandler
- Enclosing class:
- StaticComponentsSupplier
public static class StaticComponentsSupplier.StaticConsequenceExceptionHandler extends Object implements org.kie.api.runtime.rule.ConsequenceExceptionHandler, Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaticConsequenceExceptionHandler()
-
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, Exception exception)voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
handleException
public void handleException(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.rule.RuleRuntime workingMemory, Exception exception)- Specified by:
handleExceptionin interfaceorg.kie.api.runtime.rule.ConsequenceExceptionHandler
-
-