public class DefaultConsequenceExceptionHandler extends Object implements org.kie.api.runtime.rule.ConsequenceExceptionHandler, Externalizable
Constructor and Description |
---|
DefaultConsequenceExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleException(org.kie.api.runtime.rule.Match activation,
org.kie.api.runtime.rule.RuleRuntime workingMemory,
Exception exception) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void handleException(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.rule.RuleRuntime workingMemory, Exception exception)
handleException
in interface org.kie.api.runtime.rule.ConsequenceExceptionHandler
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.