org.davic.mpeg.sections
Class SectionFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.mpeg.sections.SectionFilterException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConnectionLostException, FilteringInterruptedException, FilterResourceException, IllegalFilterDefinitionException, InvalidSourceException, NoDataAvailableException
public class SectionFilterException
- extends Exception
This is the base class for exceptions in the section filter API.
- Version:
- Updated for DAVIC 1.3.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SectionFilterException
public SectionFilterException()
- Constructs a SectionFilterException with no detail message
SectionFilterException
public SectionFilterException(String s)
- Constructs a SectionFilterException with the specified detail message
- Parameters:
s
- the detail message