Home
last modified time | relevance | path

Searched refs:InvalidPreferencesFormatException (Results 1 – 10 of 10) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DInvalidPreferencesFormatExceptionTest.java19 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()
DPreferencesTest.java28 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/
DInvalidPreferencesFormatException.java40 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
DXmlSupport.java197 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()
DPreferences.java1307 throws IOException, InvalidPreferencesFormatException in importPreferences()
DFileSystemPreferences.java579 if (e instanceof InvalidPreferencesFormatException) { in loadCache()
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldAbstractPreferencesTest.java25 import java.util.prefs.InvalidPreferencesFormatException;
988 …oid testExportNode() throws BackingStoreException, IOException, InvalidPreferencesFormatException { in testExportNode()
1034 … testExportSubtree() throws BackingStoreException, IOException, InvalidPreferencesFormatException { in testExportSubtree()
/libcore/
Dopenjdk_java_files.bp1196 "ojluni/src/main/java/java/util/prefs/InvalidPreferencesFormatException.java",
DEXPECTED_UPSTREAM1192 …/prefs/InvalidPreferencesFormatException.java,jdk17u/jdk-17.0.6-ga,src/java.prefs/share/classes/ja…
/libcore/api/
Dcurrent.txt17883 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;