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

NoActivityResumedException

class NoActivityResumedException : RuntimeException, EspressoException

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ androidx.test.espresso.NoActivityResumedException

An exception which indicates that there are no activities in stage RESUMED.

Summary

Public constructors

NoActivityResumedException(description: String!, cause: Throwable!)

Inherited functions

From class java.lang.Throwable

Public constructors

NoActivityResumedException

NoActivityResumedException(description: String!)

NoActivityResumedException

NoActivityResumedException(description: String!, cause: Throwable!)