PerformException.Builder


class PerformException.Builder


Builder for PerformException.

Summary

Public constructors

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!