bbc.rd.tvanytime.search
Class SearchInterfaceNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by bbc.rd.tvanytime.TVAnytimeException
              extended by bbc.rd.tvanytime.search.SearchInterfaceNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class SearchInterfaceNotSupportedException
extends TVAnytimeException

SearchInterfaceNotSupportedException: An exception to be thrown by implementations of MetadataSearch and LocationResolution interfaces when they don't support certain search functions.

Version:
1.0
Author:
Tristan Ferne, BBC Research & Development, May 2002
See Also:
Serialized Form

Constructor Summary
SearchInterfaceNotSupportedException(java.lang.String msg)
          Constructor for objects of type SearchInterfaceNotSupportedException.
 
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

SearchInterfaceNotSupportedException

public SearchInterfaceNotSupportedException(java.lang.String msg)
Constructor for objects of type SearchInterfaceNotSupportedException.

Parameters:
msg - the string message to display when the exception is thrown