Class CucumberBackendException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.cucumber.core.backend.CucumberBackendException
All Implemented Interfaces:
Serializable

@API(status=STABLE) public class CucumberBackendException extends RuntimeException
Thrown when the backend could not invoke some glue code. Not to be confused with CucumberInvocationTargetException which is thrown when the glue code throws an exception.
See Also:
  • Constructor Details

    • CucumberBackendException

      public CucumberBackendException(String message)
    • CucumberBackendException

      public CucumberBackendException(String message, Throwable cause)