RuntimeException

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

Constructors

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

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