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:
- java.io.Serializable
- Direct Known Subclasses:
- OutcomesTable.OutcomesFailed, PendingStepFound, StepFailed
public class UUIDExceptionWrapper
- extends java.lang.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
|
Method Summary |
java.util.UUID |
getUUID()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UUIDExceptionWrapper
public UUIDExceptionWrapper(java.lang.String message,
java.lang.Throwable cause)
UUIDExceptionWrapper
public UUIDExceptionWrapper(java.lang.Throwable cause)
UUIDExceptionWrapper
public UUIDExceptionWrapper(java.lang.String s)
UUIDExceptionWrapper
public UUIDExceptionWrapper()
getUUID
public java.util.UUID getUUID()
Copyright © 2003-2012. All Rights Reserved.