org.ocd.prefs.util
Class InvalidPreferencesFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ocd.prefs.util.InvalidPreferencesFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPreferencesFormatException
extends java.lang.Exception

Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of preferences, as per the Preferences specification.

Since:
1.4
Version:
1.2, 01/02/01
Author:
Josh Bloch
See Also:
Preferences, Serialized Form

Constructor Summary
InvalidPreferencesFormatException(java.lang.String message)
          Constructs an InvalidPreferencesFormatException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPreferencesFormatException

public InvalidPreferencesFormatException(java.lang.String message)
Constructs an InvalidPreferencesFormatException with the specified detail message.
Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.