NumberFormatException

open class NumberFormatException(message: String?) : IllegalArgumentException
open class NumberFormatException(message: String?) : IllegalArgumentException
open class NumberFormatException(message: String?) : IllegalArgumentException
typealias NumberFormatException = NumberFormatException

Constructors

NumberFormatException
Link copied to clipboard
fun NumberFormatException()

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?