bbc.rd.tvanytime
Class TVAnytimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by bbc.rd.tvanytime.TVAnytimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NonFatalXMLException, SearchInterfaceNotSupportedException

public class TVAnytimeException
extends java.lang.Exception

TVAnytimeException: An exception to be thrown by classes within the bbc.rd.tvanytime packages.

Version:
1.0
Author:
Tim Sargeant, BBC Research & Development, April 2002
See Also:
Serialized Form

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

TVAnytimeException

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

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