ArithmeticException

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

Constructors

ArithmeticException
Link copied to clipboard
expect fun ArithmeticException()
actual fun ArithmeticException()
actual fun ArithmeticException()

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?