org.jbehave.core.failures
Class UUIDExceptionWrapper
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbehave.core.failures.UUIDExceptionWrapper
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OutcomesTable.OutcomesFailed, PendingStepFound, StepFailed
public class UUIDExceptionWrapper
- extends RuntimeException
Wraps an exception by adding an 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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UUIDExceptionWrapper
public UUIDExceptionWrapper(String message,
Throwable cause)
UUIDExceptionWrapper
public UUIDExceptionWrapper(Throwable cause)
UUIDExceptionWrapper
public UUIDExceptionWrapper(String s)
UUIDExceptionWrapper
public UUIDExceptionWrapper()
getUUID
public UUID getUUID()
Copyright © 2003-2011. All Rights Reserved.