Class EngineExecutionException

  • All Implemented Interfaces:
    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 Detail

      • EngineExecutionException

        public EngineExecutionException​(Exception raisedException,
                                        Location... locations)
        Creates a new EngineExecutionException.
        Parameters:
        raisedException - The exceptions raised.
        locations - The location elements.