{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

Screenshot.ScreenShotException

class Screenshot.ScreenShotException : RuntimeException

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ androidx.test.runner.screenshot.Screenshot.ScreenShotException

An Exception associated with failing to capture a screenshot.

Summary

Public constructors

Inherited functions

From class java.lang.Throwable

Inherited properties

From class java.lang.Throwable

Public constructors

ScreenShotException

ScreenShotException()