Class ScenarioException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.drools.scenariosimulation.backend.runner.ScenarioException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IndexedScenarioException
public class ScenarioException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScenarioException(String message)ScenarioException(String message, boolean failedAssertion)ScenarioException(String message, Throwable cause)ScenarioException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFailedAssertion()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-