RuntimeException

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

Constructors

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

IllegalArgumentException
Link copied to clipboard
IllegalStateException
Link copied to clipboard
IndexOutOfBoundsException
Link copied to clipboard
ConcurrentModificationException
Link copied to clipboard
UnsupportedOperationException
Link copied to clipboard
NullPointerException
Link copied to clipboard
ClassCastException
Link copied to clipboard
NoSuchElementException
Link copied to clipboard
ArithmeticException
Link copied to clipboard
NoWhenBranchMatchedException
Link copied to clipboard
UninitializedPropertyAccessException
Link copied to clipboard
FreezingException
Link copied to clipboard
InvalidMutabilityException
Link copied to clipboard
IncorrectDereferenceException
Link copied to clipboard