Android
java.util.prefs
public class

java.util.prefs.InvalidPreferencesFormatException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.util.prefs.InvalidPreferencesFormatException

An exception to indicate that the input XML file is not well-formed or validating to the appropriate document type, which is specified by Preferences.

See Also

Summary

Public Constructors

            InvalidPreferencesFormatException(String s)
Constructs a new InvalidPreferencesFormatException instance using an exception message.
            InvalidPreferencesFormatException(String s, Throwable t)
Constructs a new InvalidPreferencesFormatException instance using a exception message and a nested Throwable instance.
            InvalidPreferencesFormatException(Throwable t)
Constructs a new InvalidPreferencesFormatException instance using a nested Throwable instance.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public InvalidPreferencesFormatException(String s)

Constructs a new InvalidPreferencesFormatException instance using an exception message.

Parameters

s the exception message.

public InvalidPreferencesFormatException(String s, Throwable t)

Constructs a new InvalidPreferencesFormatException instance using a exception message and a nested Throwable instance.

Parameters

s the exception message.
t the nested Throwable instance.

public InvalidPreferencesFormatException(Throwable t)

Constructs a new InvalidPreferencesFormatException instance using a nested Throwable instance.

Parameters

t the nested Throwable instance.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48