net.thucydides.core.steps
Class StepFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thucydides.core.steps.StepFailureException
- All Implemented Interfaces:
- Serializable
public class StepFailureException
- extends RuntimeException
Used to indicate a failing step.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StepFailureException
public StepFailureException(String message,
Throwable cause)
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.