| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.util.prefs.InvalidPreferencesFormatException
InvalidPreferencesFormatException | public class InvalidPreferencesFormatException extends Exception (Code) | | 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 .
See Also: Preferences since: 1.4 |
InvalidPreferencesFormatException | public InvalidPreferencesFormatException(String s)(Code) | | Constructs a new InvalidPreferencesFormatException instance using an
exception message.
Parameters: s - the exception message. |
InvalidPreferencesFormatException | public InvalidPreferencesFormatException(String s, Throwable t)(Code) | | Constructs a new InvalidPreferencesFormatException instance using a
exception message and a nested Throwable instance.
Parameters: s - the exception message. Parameters: t - the nested Throwable instance. |
InvalidPreferencesFormatException | public InvalidPreferencesFormatException(Throwable t)(Code) | | Constructs a new InvalidPreferencesFormatException instance using a
nested Throwable instance.
Parameters: t - the nested Throwable instance. |
|
|
|