|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.util.prefs.InvalidPreferencesFormatException
public class 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.
Preferences,
Serialized Form| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidPreferencesFormatException(String s)
InvalidPreferencesFormatException instance using an
exception message.
s - the exception message.
public InvalidPreferencesFormatException(String s,
Throwable t)
InvalidPreferencesFormatException instance using a
exception message and a nested Throwable instance.
s - the exception message.t - the nested Throwable instance.public InvalidPreferencesFormatException(Throwable t)
InvalidPreferencesFormatException instance using a
nested Throwable instance.
t - the nested Throwable instance.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||