org.davic.mpeg.sections
Class NoDataAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.mpeg.sections.SectionFilterException
org.davic.mpeg.sections.NoDataAvailableException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoDataAvailableException
public NoDataAvailableException()
- Constructs a NoDataAvailableException.
NoDataAvailableException
public NoDataAvailableException(String s)
- Constructs a NoDataAvailableException with the specified detail message
- Parameters:
s
- the detail message