Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
kotlinx-datetime
0.6.1
common
switch theme
search in API
kotlinx-datetime
/
kotlinx.datetime
/
DateTimeArithmeticException
Date
Time
Arithmetic
Exception
class
DateTimeArithmeticException
:
RuntimeException
(
source
)
Thrown by datetime arithmetic operations if the result cannot be computed or represented.
Members
Constructors
Date
Time
Arithmetic
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
)
constructor
(
cause
:
Throwable
)
constructor
(
message
:
String
,
cause
:
Throwable
)