Searched defs:InvalidPreferencesFormatException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/prefs/
H A DInvalidPreferencesFormatException.java25 public class InvalidPreferencesFormatException extends Exception { class in inherits:Exception
30 * Constructs a new {@code InvalidPreferencesFormatException} instance with
36 public InvalidPreferencesFormatException (String s) { method in class:InvalidPreferencesFormatException
41 * Constructs a new {@code InvalidPreferencesFormatException} instance with
49 public InvalidPreferencesFormatException (String s, Throwable t) { method in class:InvalidPreferencesFormatException
54 * Constructs a new {@code InvalidPreferencesFormatException} instance with
60 public InvalidPreferencesFormatException (Throwable t) { method in class:InvalidPreferencesFormatException

Completed in 32 milliseconds