IllegalArgumentException

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

Constructors

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

NumberFormatException
Link copied to clipboard