kotlinx-datetime
0.4.0
common
kotlinx-datetime
/
kotlinx.datetime
/
DateTimeArithmeticException
Date
Time
Arithmetic
Exception
common
class
DateTimeArithmeticException
:
RuntimeException
Content copied to clipboard
Thrown by date-time arithmetic operations if the result can not be computed or represented.
Constructors
Properties
Constructors
Date
Time
Arithmetic
Exception
Link copied to clipboard
common
fun
DateTimeArithmeticException
(
)
Content copied to clipboard
Date
Time
Arithmetic
Exception
Link copied to clipboard
common
fun
DateTimeArithmeticException
(
message
:
String
)
Content copied to clipboard
Date
Time
Arithmetic
Exception
Link copied to clipboard
common
fun
DateTimeArithmeticException
(
cause
:
Throwable
)
Content copied to clipboard
Date
Time
Arithmetic
Exception
Link copied to clipboard
common
fun
DateTimeArithmeticException
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard