Class UnableToInvokeWhenPageOpensMethods

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.serenitybdd.core.pages.UnableToInvokeWhenPageOpensMethods
All Implemented Interfaces:
java.io.Serializable

public class UnableToInvokeWhenPageOpensMethods
extends java.lang.RuntimeException
Could not invoke a Page Oject method annotated with the WhenPageOpens annotation.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    UnableToInvokeWhenPageOpensMethods​(java.lang.String message)  
    UnableToInvokeWhenPageOpensMethods​(java.lang.String message, java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UnableToInvokeWhenPageOpensMethods

      public UnableToInvokeWhenPageOpensMethods​(java.lang.String message, java.lang.Throwable cause)
    • UnableToInvokeWhenPageOpensMethods

      public UnableToInvokeWhenPageOpensMethods​(java.lang.String message)