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 ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic 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.ConsequenceExceptionHandlerCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.