net.thucydides.core.annotations
Class InvalidStepsFieldException

Package class diagram package InvalidStepsFieldException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
InvalidStepsFieldException(String message)
           
InvalidStepsFieldException(String message, IllegalAccessException cause)
           
 
Method Summary
 
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
 

Constructor Detail

InvalidStepsFieldException

public InvalidStepsFieldException(String message)

InvalidStepsFieldException

public InvalidStepsFieldException(String message,
                                  IllegalAccessException cause)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.