Class DefaultConsequenceExceptionHandler

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, org.kie.api.runtime.rule.ConsequenceExceptionHandler

    public class DefaultConsequenceExceptionHandler
    extends java.lang.Object
    implements org.kie.api.runtime.rule.ConsequenceExceptionHandler, java.io.Externalizable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleException​(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.rule.RuleRuntime workingMemory, java.lang.Exception exception)  
      void readExternal​(java.io.ObjectInput in)  
      void writeExternal​(java.io.ObjectOutput out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultConsequenceExceptionHandler

        public DefaultConsequenceExceptionHandler()
    • Method Detail

      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • handleException

        public void handleException​(org.kie.api.runtime.rule.Match activation,
                                    org.kie.api.runtime.rule.RuleRuntime workingMemory,
                                    java.lang.Exception exception)
        Specified by:
        handleException in interface org.kie.api.runtime.rule.ConsequenceExceptionHandler