Package com.consol.citrus.exceptions
Class TestEngineFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.TestEngineFailedException
-
- All Implemented Interfaces:
Serializable
public class TestEngineFailedException extends RuntimeException
Custom RuntimeException thrown if test run failed, because some tests were not successful.- Since:
- 2007
- Author:
- Christoph Deppisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestEngineFailedException()Default constructor.TestEngineFailedException(String message)Constructor using fields.TestEngineFailedException(String message, Throwable cause)Constructor using fields.TestEngineFailedException(Throwable cause)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 Detail
-
TestEngineFailedException
public TestEngineFailedException()
Default constructor.
-
TestEngineFailedException
public TestEngineFailedException(String message)
Constructor using fields.- Parameters:
message-
-
TestEngineFailedException
public TestEngineFailedException(Throwable cause)
Constructor using fields.- Parameters:
cause-
-
-