RuntimeException

expect open class RuntimeException(val message: String?, val cause: Throwable?) : Exception(source)

Since Kotlin

1.2

Since Kotlin

1.1
actual open class RuntimeException(val message: String?, val cause: Throwable?) : Exception(source)

Since Kotlin

1.1

Constructors

Link copied to clipboard
expect fun RuntimeException()
actual fun RuntimeException()
Link copied to clipboard
expect fun RuntimeException(message: String?)
actual fun RuntimeException(message: String?)
Link copied to clipboard
expect fun RuntimeException(message: String?, cause: Throwable?)
actual fun RuntimeException(message: String?, cause: Throwable?)
Link copied to clipboard
expect fun RuntimeException(cause: Throwable?)
actual fun RuntimeException(cause: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable?
Since Kotlin 1.2
open val cause: Throwable?
Since Kotlin 1.1
Link copied to clipboard
open val message: String?
Since Kotlin 1.2
open val message: String?
Since Kotlin 1.1

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard

Prints the detailed description of this throwable to the specified writer.

Since Kotlin 1.0

Prints the detailed description of this throwable to the specified stream.

Since Kotlin 1.0
Link copied to clipboard

Returns an array of stack trace elements representing the stack trace pertaining to this throwable.

Since Kotlin 1.0