public class java.util.prefs
InvalidPreferencesFormatException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

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.
version1.8, 11/17/05
since1.4
See also java.util.prefs.Preferences

Constructors
public InvalidPreferencesFormatException(Throwable cause)
Constructs an InvalidPreferencesFormatException with the specified cause.
causethe cause (which is saved for later retrieval by the Throwable#getCause() method).
public InvalidPreferencesFormatException(String message)
Constructs an InvalidPreferencesFormatException with the specified detail message.
messagethe detail message. The detail message is saved for later retrieval by the Throwable#getMessage() method.
public InvalidPreferencesFormatException(String message, Throwable cause)
Constructs an InvalidPreferencesFormatException with the specified detail message and cause.
messagethe detail message. The detail message is saved for later retrieval by the Throwable#getMessage() method.
causethe cause (which is saved for later retrieval by the Throwable#getCause() method).