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
/
IllegalTimeZoneException
Illegal
Time
Zone
Exception
class
IllegalTimeZoneException
:
IllegalArgumentException
(
source
)
Thrown when attempting to construct a
TimeZone
with an invalid ID or unavailable rules.
Members
Constructors
Illegal
Time
Zone
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
)
constructor
(
cause
:
Throwable
)
constructor
(
message
:
String
,
cause
:
Throwable
)