Class 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  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IncompleteExecutionException

        public IncompleteExecutionException()
      • IncompleteExecutionException

        public IncompleteExecutionException​(java.lang.String message)
      • IncompleteExecutionException

        public IncompleteExecutionException​(java.lang.String message,
                                            java.lang.Throwable cause)