javax.tv.service.navigation
Class FilterNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.tv.service.SIException
javax.tv.service.navigation.FilterNotSupportedException
- All Implemented Interfaces:
- Serializable
public class FilterNotSupportedException
- extends SIException
This exception indicates that the specified ServiceFilter
is
not supported.
- See Also:
ServiceFilter
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FilterNotSupportedException
public FilterNotSupportedException()
- Constructs a
FilterNotSupportedException
with no
detail message.
FilterNotSupportedException
public FilterNotSupportedException(String reason)
- Constructs a
FilterNotSupportedException
with a
detail message.
- Parameters:
reason
- The reason why this exception was thrown.