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
When thrown from a step marks it as not yet implemented.
- See Also:
-
Java8Snippet
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PendingException
public PendingException() -
PendingException
-