ArithmeticException

open class ArithmeticException(message: String?) : RuntimeException
open class ArithmeticException(message: String?) : RuntimeException
open class ArithmeticException(message: String?) : RuntimeException
typealias ArithmeticException = ArithmeticException

Constructors

ArithmeticException
Link copied to clipboard
fun ArithmeticException()

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?