net.thucydides.core.annotations
Class InvalidManagedWebDriverFieldException

Package class diagram package InvalidManagedWebDriverFieldException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.thucydides.core.annotations.InvalidManagedWebDriverFieldException
All Implemented Interfaces:
Serializable

public class InvalidManagedWebDriverFieldException
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
InvalidManagedWebDriverFieldException(String message)
           
InvalidManagedWebDriverFieldException(String message, Throwable e)
           
 
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

InvalidManagedWebDriverFieldException

public InvalidManagedWebDriverFieldException(String message)

InvalidManagedWebDriverFieldException

public InvalidManagedWebDriverFieldException(String message,
                                             Throwable e)


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