org.dvb.user
Class UnsupportedPreferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dvb.user.UnsupportedPreferenceException
- All Implemented Interfaces:
- Serializable
public class UnsupportedPreferenceException
- extends Exception
Thrown when a non-supported preference is used.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedPreferenceException
public UnsupportedPreferenceException()
- Constructs a
UnsupportedPreferenceException
with no detail message.
UnsupportedPreferenceException
public UnsupportedPreferenceException(String a)
- Constructs a
UnsupportedPreferenceException
with a detail message.
- Parameters:
a
- the detail message