public class UUIDExceptionWrapper
extends java.lang.RuntimeException
UUID. This allows a unique identifier
to be used repeatedly to represent the exception throw in a step failure
throughout the reports. In particular, it allows failing scenario screenshots
to be linked to from the HTML report.| Constructor and Description |
|---|
UUIDExceptionWrapper() |
UUIDExceptionWrapper(java.lang.String s) |
UUIDExceptionWrapper(java.lang.String message,
java.lang.Throwable cause) |
UUIDExceptionWrapper(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
getUUID() |
public UUIDExceptionWrapper(java.lang.String message,
java.lang.Throwable cause)
public UUIDExceptionWrapper(java.lang.Throwable cause)
public UUIDExceptionWrapper(java.lang.String s)
public UUIDExceptionWrapper()
Copyright © 2003-2014. All Rights Reserved.