- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opentest4j.IncompleteExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TestAbortedException
,TestSkippedException
public class IncompleteExecutionException extends java.lang.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
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IncompleteExecutionException()
IncompleteExecutionException(java.lang.String message)
IncompleteExecutionException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-