Package org.citrusframework.exceptions
Class TestEngineFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.citrusframework.exceptions.TestEngineFailedException
- All Implemented Interfaces:
Serializable
Custom RuntimeException thrown if test run failed, because some tests were not successful.
- Since:
- 2007
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.TestEngineFailedException(String message) Constructor using fields.TestEngineFailedException(String message, Throwable cause) Constructor using fields.Constructor using fields. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestEngineFailedException
public TestEngineFailedException()Default constructor. -
TestEngineFailedException
Constructor using fields.- Parameters:
message-
-
TestEngineFailedException
Constructor using fields.- Parameters:
cause-
-
TestEngineFailedException
Constructor using fields.- Parameters:
message-cause-
-