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

PerformException.Builder

class PerformException.Builder


Builder for PerformException.

Summary

Public constructors

Public functions

PerformException!
PerformException.Builder!
from(instance: PerformException!)
PerformException.Builder!
withActionDescription(actionDescription: String!)
PerformException.Builder!
PerformException.Builder!
withViewDescription(viewDescription: String!)

Public constructors

Builder

Builder()

Public functions

build

fun build(): PerformException!

from

fun from(instance: PerformException!): PerformException.Builder!

withActionDescription

fun withActionDescription(actionDescription: String!): PerformException.Builder!

withCause

fun withCause(cause: Throwable!): PerformException.Builder!

withViewDescription

fun withViewDescription(viewDescription: String!): PerformException.Builder!