Liking cljdoc? Tell your friends :D

jdk.time.DateTimeException

Exception used to indicate a problem while calculating a date-time.

This exception is used to indicate problems with creating, querying and manipulating date-time objects.

Exception used to indicate a problem while calculating a date-time.

This exception is used to indicate problems with creating, querying
and manipulating date-time objects.
raw docstring

->date-time-exceptionclj

(->date-time-exception message)
(->date-time-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