KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > prefs > InvalidPreferencesFormatException

java.util.prefs
Class InvalidPreferencesFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.util.prefs.InvalidPreferencesFormatException
All Implemented Interfaces:
Serializable
See Also:
Source Code, Preferences

public InvalidPreferencesFormatException(String message)
See Also:
Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPreferencesFormatException(String message,
                                         Throwable cause)
See Also:
Throwable.getCause(), Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPreferencesFormatException(Throwable cause)
See Also:
Throwable.getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags