bbc.rd.tvanytime.xml
Class NonFatalXMLException

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

public class NonFatalXMLException
extends TVAnytimeException

NonFatalXMLException: An exception to be thrown by implementations of XMLParser when XML is valid but invalid TVAnytime data values are found.

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

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

NonFatalXMLException

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

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