org.openbandy.pref
Class UnknownPreferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openbandy.pref.UnknownPreferenceException
All Implemented Interfaces:
java.io.Serializable

public class UnknownPreferenceException
extends java.lang.Exception

The UnknownPreferenceException shall be thrown whenever the user tries to access a preference that is unknown to the system, i.e., that has not been stored before.

(c) Copyright P. Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)
See Also:
Serialized Form

Constructor Summary
UnknownPreferenceException(java.lang.String message)
          The UnknownPreferenceException shall be thrown whenever the user tries to access a preference that is unknown to the system, i.e., that has not been stored before.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownPreferenceException

public UnknownPreferenceException(java.lang.String message)
The UnknownPreferenceException shall be thrown whenever the user tries to access a preference that is unknown to the system, i.e., that has not been stored before.

Parameters:
message - Detailed message which describes the exception