org.davic.mpeg.sections
Class SectionFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.mpeg.sections.SectionFilterException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionLostException, FilteringInterruptedException, FilterResourceException, IllegalFilterDefinitionException, InvalidSourceException, NoDataAvailableException

public class SectionFilterException
extends java.lang.Exception

This is the base class for exceptions in the section filter API.

Version:
Updated for DAVIC 1.3.1
See Also:
Serialized Form

Constructor Summary
SectionFilterException()
          Constructs a SectionFilterException with no detail message
SectionFilterException(java.lang.String s)
          Constructs a SectionFilterException with the specified 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

SectionFilterException

public SectionFilterException()
Constructs a SectionFilterException with no detail message


SectionFilterException

public SectionFilterException(java.lang.String s)
Constructs a SectionFilterException with the specified detail message

Parameters:
s - the detail message