public class DefaultConsequenceExceptionHandler extends Object implements ConsequenceExceptionHandler, Externalizable
Constructor and Description |
---|
DefaultConsequenceExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleException(Activation activation,
WorkingMemory 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(Activation activation, WorkingMemory workingMemory, Exception exception)
handleException
in interface ConsequenceExceptionHandler
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.