javax.tv.service.navigation
Class FilterNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.tv.service.SIException
              extended by 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

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

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.