public class InvalidPreferencesFormatException extends Exception
Preferences).| Constructor and Description |
|---|
InvalidPreferencesFormatException(String s)
Constructs a new
InvalidPreferencesFormatException instance with
a detailed exception message. |
InvalidPreferencesFormatException(String s,
Throwable t)
Constructs a new
InvalidPreferencesFormatException instance with
a detailed exception message and a nested Throwable. |
InvalidPreferencesFormatException(Throwable t)
Constructs a new
InvalidPreferencesFormatException instance with
a nested Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPreferencesFormatException(String s)
InvalidPreferencesFormatException instance with
a detailed exception message.s - the detailed exception message.public InvalidPreferencesFormatException(String s, Throwable t)
InvalidPreferencesFormatException instance with
a detailed exception message and a nested Throwable.s - the detailed exception message.t - the nested Throwable.public InvalidPreferencesFormatException(Throwable t)
InvalidPreferencesFormatException instance with
a nested Throwable.t - the nested Throwable.