Package io.cucumber.messages.types
Class Exception
java.lang.Object
io.cucumber.messages.types.Exception
Represents the Exception message in Cucumber's message protocol
A simplified representation of an exception
-
Constructor Details
-
Exception
-
-
Method Details
-
getType
The type of the exception that caused this result. E.g. "Error" or "org.opentest4j.AssertionFailedError" -
getMessage
The message of exception that caused this result. E.g. expected: "a" but was: "b" -
getStackTrace
The stringified stack trace of the exception that caused this result -
equals
-
hashCode
public int hashCode() -
toString
-