Class CucumberInvocationTargetException

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

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

  • Method Details

    • getInvocationTargetExceptionCause

      public Throwable getInvocationTargetExceptionCause()
    • getLocated

      public Located getLocated()