IllegalStateException

expect open class IllegalStateException(message: String?, cause: Throwable?) : RuntimeException
actual typealias IllegalStateException = IllegalStateException
actual open class IllegalStateException(message: String?, cause: Throwable?) : RuntimeException
actual open class IllegalStateException(message: String?, cause: Throwable?) : RuntimeException

Constructors

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

Properties

cause
Link copied to clipboard
open val cause: Throwable?
cause
Link copied to clipboard
open val cause: Throwable?
cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
message
Link copied to clipboard
open val message: String?
message
Link copied to clipboard
open val message: String?

Inheritors

CancellationException
Link copied to clipboard