org.davic.mpeg.sections
Class FilteringInterruptedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.mpeg.sections.SectionFilterException
              extended byorg.davic.mpeg.sections.FilteringInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class FilteringInterruptedException
extends SectionFilterException

Signals that a filtering operation was interrupted before any data had been filtered.

Version:
updated to DAVIC 1.3.1
See Also:
Serialized Form

Constructor Summary
FilteringInterruptedException()
          Constructs an FilteringInterruptedException.
FilteringInterruptedException(java.lang.String s)
          Constructs a FilteringInterruptedException with the specified detail message
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilteringInterruptedException

public FilteringInterruptedException()
Constructs an FilteringInterruptedException.


FilteringInterruptedException

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

Parameters:
s - the detail message