org.davic.mpeg.sections
Class SectionFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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
 
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

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