net.thucydides.core.pages
Class UnableToInvokeWhenPageOpensMethods

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

public class UnableToInvokeWhenPageOpensMethods
extends RuntimeException

Could not invoke a Page Oject method annotated with the WhenPageOpens annotation.

See Also:
Serialized Form

Constructor Summary
UnableToInvokeWhenPageOpensMethods(String message)
           
UnableToInvokeWhenPageOpensMethods(String message, Exception 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

UnableToInvokeWhenPageOpensMethods

public UnableToInvokeWhenPageOpensMethods(String message,
                                          Exception cause)

UnableToInvokeWhenPageOpensMethods

public UnableToInvokeWhenPageOpensMethods(String message)


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