com.ibm.rules.engine.util
Class EngineExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.rules.engine.util.EngineException
-
- com.ibm.rules.engine.util.EngineExecutionException
-
- All Implemented Interfaces:
- java.io.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 and Description EngineExecutionException(java.lang.Exception raisedException, com.ibm.rules.engine.util.Location... locations)Creates a newEngineExecutionException.
-
Method Summary
-
Methods inherited from class com.ibm.rules.engine.util.EngineException
addLocation, getLocations, getMessage, getPreviousMesssage, printLocationStackTrace, printStackTrace, printStackTrace
-
-