Package org.drools.wiring.statics
Class StaticComponentsSupplier.StaticConsequenceExceptionHandler
java.lang.Object
org.drools.wiring.statics.StaticComponentsSupplier.StaticConsequenceExceptionHandler
- All Implemented Interfaces:
Externalizable,Serializable,ConsequenceExceptionHandler
- Enclosing class:
- StaticComponentsSupplier
public static class StaticComponentsSupplier.StaticConsequenceExceptionHandler
extends Object
implements ConsequenceExceptionHandler, Externalizable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleException(Match activation, RuleRuntime workingMemory, Exception exception) voidvoid
-
Constructor Details
-
StaticConsequenceExceptionHandler
public StaticConsequenceExceptionHandler()
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
handleException
- Specified by:
handleExceptionin interfaceConsequenceExceptionHandler
-