java.util.prefs.InvalidPreferencesFormatException
An exception to indicate that the input XML file is not well-formed or
validating to the appropriate document type, which is specified by
Preferences
.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
InvalidPreferencesFormatException(String s)
Constructs a new
InvalidPreferencesFormatException
instance using an
exception message.
public
InvalidPreferencesFormatException(String s, Throwable t)
Constructs a new
InvalidPreferencesFormatException
instance using a
exception message and a nested
Throwable
instance.
Parameters
s
| the exception message. |
t
| the nested Throwable instance.
|
public
InvalidPreferencesFormatException(Throwable t)
Constructs a new
InvalidPreferencesFormatException
instance using a
nested
Throwable
instance.
Parameters
t
| the nested Throwable instance.
|