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.
(->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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close