Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
kotlinx-datetime
Toggle table of contents
0.6.2
common
Platform filter
common
Switch theme
Search in API
kotlinx-datetime
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
)