net.thucydides.core.annotations
Class InvalidStepsFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thucydides.core.annotations.InvalidStepsFieldException
- All Implemented Interfaces:
- Serializable
public class InvalidStepsFieldException
- extends RuntimeException
Thrown if no suitable WebDriver field with the @Managed annotation is found in a test.
- Author:
- johnsmart
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidStepsFieldException
public InvalidStepsFieldException(String message)
InvalidStepsFieldException
public InvalidStepsFieldException(String message,
IllegalAccessException cause)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.