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

PerformException.Builder

public class PerformException.Builder


Builder for PerformException.

Summary

Public constructors

Public methods

PerformException
PerformException.Builder
PerformException.Builder
withActionDescription(String actionDescription)
PerformException.Builder
PerformException.Builder
withViewDescription(String viewDescription)

Public constructors

Builder

public final Builder()

Public methods

build

public PerformException build()

from

public PerformException.Builder from(PerformException instance)

withActionDescription

public PerformException.Builder withActionDescription(String actionDescription)

withCause

public PerformException.Builder withCause(Throwable cause)

withViewDescription

public PerformException.Builder withViewDescription(String viewDescription)