org.davic.mpeg.sections
Class NoDataAvailableException

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

public class NoDataAvailableException
extends SectionFilterException

Signals that no data is available from a Section object.

Version:
Updated to DAVIC 1.3.1
See Also:
Serialized Form

Constructor Summary
NoDataAvailableException()
          Constructs a NoDataAvailableException.
NoDataAvailableException(java.lang.String s)
          Constructs a NoDataAvailableException 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

NoDataAvailableException

public NoDataAvailableException()
Constructs a NoDataAvailableException.


NoDataAvailableException

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

Parameters:
s - the detail message