Liking cljdoc? Tell your friends :D

jdk.util.prefs.InvalidPreferencesFormatException

Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of preferences, as per the Preferences specification.

Thrown to indicate that an operation could not complete because
the input did not conform to the appropriate XML document type
for a collection of preferences, as per the Preferences
specification.
raw docstring

->invalid-preferences-format-exceptionclj

(->invalid-preferences-format-exception cause)
(->invalid-preferences-format-exception message cause)

Constructor.

Constructs an InvalidPreferencesFormatException with the specified detail message and cause.

message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method. - java.lang.String cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). - java.lang.Throwable

Constructor.

Constructs an InvalidPreferencesFormatException with the specified
 detail message and cause.

message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method. - `java.lang.String`
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). - `java.lang.Throwable`
raw docstring

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

× close