Class StopCommandExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.codeborne.selenide.ex.StopCommandExecutionException
All Implemented Interfaces:
Serializable

public class StopCommandExecutionException extends AssertionError
This exception can be thrown from Commands to signal that the command execution should be aborted if it lasts more than N milliseconds.
See Also:
  • Constructor Details

    • StopCommandExecutionException

      public StopCommandExecutionException(UIAssertionError cause, long timeoutMs)
  • Method Details