Class PredecessorNotSubmittedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.jqwik.api.JqwikException
-
- net.jqwik.engine.execution.pipeline.PredecessorNotSubmittedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PredecessorNotSubmittedException extends net.jqwik.api.JqwikException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PredecessorNotSubmittedException(ExecutionTask task, ExecutionTask predecessor)
-
-
-
Constructor Detail
-
PredecessorNotSubmittedException
public PredecessorNotSubmittedException(ExecutionTask task, ExecutionTask predecessor)
-
-