Package org.opentest4j
Class IncompleteExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opentest4j.IncompleteExecutionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TestAbortedException
,TestSkippedException
public class IncompleteExecutionException extends RuntimeException
RuntimeException
used to indicate that the execution of a test was incomplete — for example, that the execution was entirely skipped or aborted mid-stream. See subclasses for concrete use cases.An
IncompleteExecutionException
is not used to indicate that a test execution failed.- Since:
- 1.0
- Author:
- Johannes Link, Sam Brannen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompleteExecutionException()
IncompleteExecutionException(String message)
IncompleteExecutionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-