org.seleniumhq.selenium.fluent
Class FluentExecutionStopped

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.seleniumhq.selenium.fluent.FluentExecutionStopped
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FluentExecutionStopped.BecauseNothingMatchesInFilter, FluentExecutionStopped.BecauseOfStaleElement

public class FluentExecutionStopped
extends RuntimeException

See Also:
Serialized Form

Nested Class Summary
static class FluentExecutionStopped.BecauseNothingMatchesInFilter
           
static class FluentExecutionStopped.BecauseOfStaleElement
           
 
Constructor Summary
protected FluentExecutionStopped(String message)
           
  FluentExecutionStopped(String message, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 void setDuration(long duration)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

FluentExecutionStopped

public FluentExecutionStopped(String message,
                              Throwable cause)

FluentExecutionStopped

protected FluentExecutionStopped(String message)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

setDuration

public void setDuration(long duration)


Copyright © 2013. All Rights Reserved.