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

/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DInvalidPreferencesFormatException.java40 public class InvalidPreferencesFormatException extends Exception { class in inherits:Exception
42 * Constructs an InvalidPreferencesFormatException with the specified
48 public InvalidPreferencesFormatException(Throwable cause) { method in class:InvalidPreferencesFormatException
53 * Constructs an InvalidPreferencesFormatException with the specified
59 public InvalidPreferencesFormatException(String message) { method in class:InvalidPreferencesFormatException
64 * Constructs an InvalidPreferencesFormatException with the specified
72 public InvalidPreferencesFormatException(String message, Throwable cause) { method in class:InvalidPreferencesFormatException

Completed in 45 milliseconds