Venice 0.7beta

org.mov.prefs
Class PreferencesException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.mov.prefs.PreferencesException
All Implemented Interfaces:
java.io.Serializable

public class PreferencesException
extends java.lang.Throwable

An exception raised when there is an error reading or writing a preferences setting

Author:
Andrew Leppard
See Also:
Serialized Form

Constructor Summary
PreferencesException(java.lang.String message)
          Create a new preferences exception.
 
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

PreferencesException

public PreferencesException(java.lang.String message)
Create a new preferences exception.

Parameters:
message - a message describing the rror.

Venice 0.7beta