Summary:
Ctors
| Inherited Methods
RemoteEspressoException
Kotlin
|Java
public
class
RemoteEspressoException
extends RuntimeException
implements
EspressoException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | androidx.test.espresso.remote.RemoteEspressoException |
Espresso exception representing any runtime related errors in a multi-process environment
Summary
Public constructors | |
---|---|
RemoteEspressoException(String description)
|
|
RemoteEspressoException(String description, Throwable cause)
|
Inherited methods | |
---|---|
Public constructors
RemoteEspressoException
public RemoteEspressoException (String description)
Parameters | |
---|---|
description |
String |