IllegalArgumentException

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

Constructors

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

NumberFormatException
Link copied to clipboard