Class ScreenshotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thucydides.model.screenshots.ScreenshotException
All Implemented Interfaces:
Serializable

public class ScreenshotException extends RuntimeException
The screenshot could not be taken for some reason.
See Also:
  • Constructor Details

    • ScreenshotException

      public ScreenshotException(String message, Throwable e)
    • ScreenshotException

      public ScreenshotException(String message)