org.davic.mpeg.sections
Class NoDataAvailableException

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

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