Liking cljdoc? Tell your friends :D

jdk.time.zone.ZoneRulesException

Thrown to indicate a problem with time-zone configuration.

This exception is used to indicate a problems with the configured time-zone rules.

Thrown to indicate a problem with time-zone configuration.

This exception is used to indicate a problems with the configured
time-zone rules.
raw docstring

->zone-rules-exceptionclj

(->zone-rules-exception message)
(->zone-rules-exception message cause)

Constructor.

Constructs a new date-time exception with the specified message and cause.

message - the message to use for this exception, may be null - java.lang.String cause - the cause of the exception, may be null - java.lang.Throwable

Constructor.

Constructs a new date-time exception with the specified message and cause.

message - the message to use for this exception, may be null - `java.lang.String`
cause - the cause of the exception, may be null - `java.lang.Throwable`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close