CompositeException

expect class CompositeException(cause1: Throwable, cause2: Throwable) : RuntimeException
actual class CompositeException(val cause1: Throwable, val cause2: Throwable) : RuntimeException
actual class CompositeException(val cause1: Throwable, val cause2: Throwable) : RuntimeException
actual class CompositeException(val cause1: Throwable, val cause2: Throwable) : RuntimeException

Constructors

Link copied to clipboard
expect constructor(cause1: Throwable, cause2: Throwable)
actual constructor(cause1: Throwable, cause2: Throwable)
actual constructor(cause1: Throwable, cause2: Throwable)
actual constructor(cause1: Throwable, cause2: Throwable)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
Link copied to clipboard
expect val cause1: Throwable
actual val cause1: Throwable
actual val cause1: Throwable
actual val cause1: Throwable
Link copied to clipboard
expect val cause2: Throwable
actual val cause2: Throwable
actual val cause2: Throwable
actual val cause2: Throwable
message
Link copied to clipboard
open val message: String?
open val message: String?
open val message: String?
open val message: String?

Functions

Link copied to clipboard
actual fun Throwable.isFatal(): Boolean
Link copied to clipboard
Link copied to clipboard

A convenience extensions function for completableOfError.

Link copied to clipboard

A convenience extensions function for maybeOfError.

Link copied to clipboard

A convenience extensions function for observableOfError.

Link copied to clipboard

A convenience extensions function for singleOfError.