Exception

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

Constructors

Exception
Link copied to clipboard
expect fun Exception()
actual fun Exception()
actual fun Exception()
Exception
Link copied to clipboard
expect fun Exception(message: String?)
actual fun Exception(message: String?)
actual fun Exception(message: String?)
Exception
Link copied to clipboard
expect fun Exception(cause: Throwable?)
actual fun Exception(cause: Throwable?)
actual fun Exception(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

CharacterCodingException
Link copied to clipboard
RuntimeException
Link copied to clipboard
ForeignException
Link copied to clipboard