org.dvb.user
Class UnsupportedPreferenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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.
 
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

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