Package com.consol.citrus.exceptions
Class TestCaseFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.CitrusRuntimeException
-
- com.consol.citrus.exceptions.TestCaseFailedException
-
- All Implemented Interfaces:
Serializable
public class TestCaseFailedException extends CitrusRuntimeException
Base exception marking failure of test case. Used to force failure of TestNG and JUnit test case.- Author:
- Christoph Deppisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestCaseFailedException(Throwable cause)Default constructor.
-
Method Summary
-
Methods inherited from class com.consol.citrus.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, getMessage, setFailureStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TestCaseFailedException
public TestCaseFailedException(Throwable cause)
Default constructor.
-
-