Searched refs:InvalidPreferencesFormatException (Results 1 – 10 of 10) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
D | InvalidPreferencesFormatExceptionTest.java | 19 import java.util.prefs.InvalidPreferencesFormatException; 32 InvalidPreferencesFormatException e = new InvalidPreferencesFormatException( in testInvalidPreferencesFormatExceptionString() 44 InvalidPreferencesFormatException e = new InvalidPreferencesFormatException( in testInvalidPreferencesFormatExceptionStringThrowable() 57 InvalidPreferencesFormatException e = new InvalidPreferencesFormatException( 69 SerializationTest.verifySelf(new InvalidPreferencesFormatException( in testSerializationSelf() 79 new InvalidPreferencesFormatException("msg")); in testSerializationCompatibility()
|
D | PreferencesTest.java | 28 import java.util.prefs.InvalidPreferencesFormatException; 167 } catch (InvalidPreferencesFormatException expected) { in testImportPreferences() 182 } catch (InvalidPreferencesFormatException expected) { in testImportPreferencesException() 190 } catch (InvalidPreferencesFormatException expected) { in testImportPreferencesException()
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | InvalidPreferencesFormatException.java | 40 public class InvalidPreferencesFormatException extends Exception { class 48 public InvalidPreferencesFormatException(Throwable cause) { in InvalidPreferencesFormatException() method in InvalidPreferencesFormatException 59 public InvalidPreferencesFormatException(String message) { in InvalidPreferencesFormatException() method in InvalidPreferencesFormatException 72 public InvalidPreferencesFormatException(String message, Throwable cause) { in InvalidPreferencesFormatException() method in InvalidPreferencesFormatException
|
D | XmlSupport.java | 197 throws IOException, InvalidPreferencesFormatException in importPreferences() 204 throw new InvalidPreferencesFormatException( in importPreferences() 220 throw new InvalidPreferencesFormatException("invalid root node"); in importPreferences() 230 throw new InvalidPreferencesFormatException(e); in importPreferences() 420 throws IOException, InvalidPreferencesFormatException in importMap() 428 throw new InvalidPreferencesFormatException( in importMap() 448 throw new InvalidPreferencesFormatException(e); in importMap()
|
D | Preferences.java | 1307 throws IOException, InvalidPreferencesFormatException in importPreferences()
|
D | FileSystemPreferences.java | 579 if (e instanceof InvalidPreferencesFormatException) { in loadCache()
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldAbstractPreferencesTest.java | 25 import java.util.prefs.InvalidPreferencesFormatException; 988 …oid testExportNode() throws BackingStoreException, IOException, InvalidPreferencesFormatException { in testExportNode() 1034 … testExportSubtree() throws BackingStoreException, IOException, InvalidPreferencesFormatException { in testExportSubtree()
|
/libcore/ |
D | openjdk_java_files.bp | 1196 "ojluni/src/main/java/java/util/prefs/InvalidPreferencesFormatException.java",
|
D | EXPECTED_UPSTREAM | 1192 …/prefs/InvalidPreferencesFormatException.java,jdk17u/jdk-17.0.6-ga,src/java.prefs/share/classes/ja…
|
/libcore/api/ |
D | current.txt | 17883 public class InvalidPreferencesFormatException extends java.lang.Exception { 17884 ctor public InvalidPreferencesFormatException(Throwable); 17885 ctor public InvalidPreferencesFormatException(String); 17886 ctor public InvalidPreferencesFormatException(String, Throwable); 17928 …java.io.InputStream) throws java.io.IOException, java.util.prefs.InvalidPreferencesFormatException;
|