InvalidPreferencesFormatException


InvalidPreferencesFormatException java.util.prefs

Java 1.4 serializable checked

Signals a syntax error in XML preference data. Note that although this class inherits the Serializable interface, implementations are not actually required to be serializable.

Figure 16-126. java.util.prefs.InvalidPreferencesFormatException

 public class  InvalidPreferencesFormatException  extends Exception {  // Public Constructors  public  InvalidPreferencesFormatException  (String  message  );        public  InvalidPreferencesFormatException  (Throwable  cause  );        public  InvalidPreferencesFormatException  (String  message  , Throwable  cause  );   } 

Thrown By

Preferences.importPreferences( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net