src/share/classes/java/util/prefs/XmlSupport.java

Print this page

        

*** 90,100 **** * @throws IOException if writing to the specified output stream * results in an <tt>IOException</tt>. * @throws BackingStoreException if preference data cannot be read from * backing store. * @throws IllegalStateException if this node (or an ancestor) has been ! * removed with the {@link #removeNode()} method. */ static void export(OutputStream os, final Preferences p, boolean subTree) throws IOException, BackingStoreException { if (((AbstractPreferences)p).isRemoved()) throw new IllegalStateException("Node has been removed"); --- 90,100 ---- * @throws IOException if writing to the specified output stream * results in an <tt>IOException</tt>. * @throws BackingStoreException if preference data cannot be read from * backing store. * @throws IllegalStateException if this node (or an ancestor) has been ! * removed with the {@link Preferences#removeNode()} method. */ static void export(OutputStream os, final Preferences p, boolean subTree) throws IOException, BackingStoreException { if (((AbstractPreferences)p).isRemoved()) throw new IllegalStateException("Node has been removed");