Exception

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

Constructors

Exception
Link copied to clipboard
fun Exception()
Exception
Link copied to clipboard
fun Exception(message: String?)
fun Exception(message: String?)
fun Exception(message: String?)
Exception
Link copied to clipboard
fun Exception(cause: Throwable?)
fun Exception(cause: Throwable?)
fun Exception(cause: Throwable?)

Properties

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

Inheritors

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