kotlin-stdlib
Common
JS
Native
JRE
kotlin-stdlib
/
kotlin
/
ArithmeticException
Arithmetic
Exception
Common
JS
Native
JRE
open
class
ArithmeticException
(
message
:
String
?
)
:
RuntimeException
Content copied to clipboard
open
class
ArithmeticException
(
message
:
String
?
)
:
RuntimeException
Content copied to clipboard
open
class
ArithmeticException
(
message
:
String
?
)
:
RuntimeException
Content copied to clipboard
typealias
ArithmeticException
=
ArithmeticException
Content copied to clipboard
Constructors
Properties
Constructors
ArithmeticException
Link copied to clipboard
fun
ArithmeticException
(
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
Common
open
val
cause
:
Throwable
?
Content copied to clipboard
cause
Link copied to clipboard
JS
open
val
cause
:
Throwable
?
Content copied to clipboard
cause
Link copied to clipboard
Native
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
Common
open
val
message
:
String
?
Content copied to clipboard
message
Link copied to clipboard
JS
open
val
message
:
String
?
Content copied to clipboard
message
Link copied to clipboard
Native
open
val
message
:
String
?
Content copied to clipboard