Package com.ibm.rules.engine.util
Class EngineExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.rules.engine.util.EngineException
-
- com.ibm.rules.engine.util.EngineExecutionException
-
- All Implemented Interfaces:
Serializable
public class EngineExecutionException extends EngineException
AnEngineExecutionExceptionis raised when an exception is raised in a rule condition, or during rule body execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EngineExecutionException​(Exception raisedException, Location... locations)Creates a newEngineExecutionException.
-
Method Summary
-
Methods inherited from class com.ibm.rules.engine.util.EngineException
addLocation, getLocations, getMessage, getPreviousMesssage, printLocationStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-