net.thucydides.core.pages
Class WrongPageError

Package class diagram package WrongPageError
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by net.thucydides.core.pages.WrongPageError
All Implemented Interfaces:
Serializable

public class WrongPageError
extends AssertionError

We have navigated to the wrong page.

See Also:
Serialized Form

Constructor Summary
WrongPageError(String message)
           
 
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

WrongPageError

public WrongPageError(String message)


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