|
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.FilterInterruptException
Signals that a filter was interrupted before the required amount of data was filtered.
Constructor Summary | |
FilterInterruptException()
Constructs a FilterInterruptException . |
|
FilterInterruptException(String s)
Constructs a FilterInterruptException with a
detailed 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 FilterInterruptException()
FilterInterruptException
.
public FilterInterruptException(String s)
FilterInterruptException
with a
detailed message.
s
- the 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 |