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
An
EngineExecutionException is raised when an exception is raised
in a rule condition, or during rule body execution.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEngineExecutionException(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, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EngineExecutionException
public EngineExecutionException(Exception raisedException, com.ibm.rules.engine.util.Location... locations) Creates a newEngineExecutionException.- Parameters:
raisedException- The exceptions raised.locations- The location elements.
-