Package io.cucumber.java8
Class PendingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.cucumber.java8.PendingException
-
- All Implemented Interfaces:
Serializable
@API(status=STABLE) public final class PendingException extends RuntimeException
When thrown from a step marks it as not yet implemented.- See Also:
Java8Snippet
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PendingException()
PendingException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PendingException
public PendingException()
-
PendingException
public PendingException(String message)
-
-