java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | java.util.prefs.InvalidPreferencesFormatException |
An exception to indicate that the input XML file is not well-formed or could
not be validated against the appropriate document type (specified by
in the Preferences
).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
InvalidPreferencesFormatException instance with
a detailed exception message. | |||||||||||
Constructs a new
InvalidPreferencesFormatException instance with
a detailed exception message and a nested Throwable . | |||||||||||
Constructs a new
InvalidPreferencesFormatException instance with
a nested Throwable . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Constructs a new InvalidPreferencesFormatException
instance with
a detailed exception message.
s | the detailed exception message. |
---|
Constructs a new InvalidPreferencesFormatException
instance with
a detailed exception message and a nested Throwable
.
s | the detailed exception message. |
---|---|
t | the nested Throwable .
|
Constructs a new InvalidPreferencesFormatException
instance with
a nested Throwable
.
t | the nested Throwable .
|
---|