org.dvb.user
Class UnsupportedPreferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dvb.user.UnsupportedPreferenceException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedPreferenceException
extends java.lang.Exception

Thrown when a non-supported preference is used.

See Also:
Serialized Form

Constructor Summary
UnsupportedPreferenceException()
          Constructs a UnsupportedPreferenceException with no detail message.
UnsupportedPreferenceException(java.lang.String a)
          Constructs a UnsupportedPreferenceException with a detail message.
 
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

UnsupportedPreferenceException

public UnsupportedPreferenceException()
Constructs a UnsupportedPreferenceException with no detail message.


UnsupportedPreferenceException

public UnsupportedPreferenceException(java.lang.String a)
Constructs a UnsupportedPreferenceException with a detail message.

Parameters:
a - the detail message