Liking cljdoc? Tell your friends :D

jdk.time.temporal.UnsupportedTemporalTypeException

UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is not supported for a Temporal class.

UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is
not supported for a Temporal class.
raw docstring

->unsupported-temporal-type-exceptionclj

(->unsupported-temporal-type-exception message)
(->unsupported-temporal-type-exception message cause)

Constructor.

Constructs a new UnsupportedTemporalTypeException 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 UnsupportedTemporalTypeException 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