Java TV(tm) API 1.0

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:
java.io.Serializable

public class FilterNotSupportedException
extends SIException

This exception indicates that the specified ServiceFilter is not supported.

See Also:
ServiceFilter, Serialized Form

Constructor Summary
FilterNotSupportedException()
          Constructs a FilterNotSupportedException with no detail message.
FilterNotSupportedException(java.lang.String reason)
          Constructs a FilterNotSupportedException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterNotSupportedException

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

FilterNotSupportedException

public FilterNotSupportedException(java.lang.String reason)
Constructs a FilterNotSupportedException with a detail message.
Parameters:
reason - The reason why this exception was thrown.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.