|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.dtv.filtering.DataSectionFilterException
com.sun.dtv.filtering.DataUnavailableException
Signals that no data is available from a DataSection
object.
Constructor Summary | |
DataUnavailableException()
Constructs a DataUnavailableException with no
detail message. |
|
DataUnavailableException(String s)
Constructs a DataUnavailableException 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 |
public DataUnavailableException()
DataUnavailableException
with no
detail message.
public DataUnavailableException(String s)
DataUnavailableException
with the
specified detail message.
s
- the detail message.
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |