com.ibm.rules.engine.util

Class EngineExecutionException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EngineExecutionException
    extends EngineException
    An EngineExecutionException is raised when an exception is raised in a rule condition, or during rule body execution.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      EngineExecutionException(java.lang.Exception raisedException, com.ibm.rules.engine.util.Location... locations)
      Creates a new EngineExecutionException.
    • Constructor Detail

      • EngineExecutionException

        public EngineExecutionException(java.lang.Exception raisedException,
                                com.ibm.rules.engine.util.Location... locations)
        Creates a new EngineExecutionException.
        Parameters:
        raisedException - The exceptions raised.
        locations - The location elements.

© Copyright IBM Corp. 1987, 2019