|
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.FilterResourceUnavailableException
Signals that resource requirements cannot be met by a filter operation.
Can be thrown if a DataSectionFilterCollection
is connected
or not.
Constructor Summary | |
FilterResourceUnavailableException()
Constructs a FilterResourceUnavailableException . |
|
FilterResourceUnavailableException(String s)
Constructs a FilterResourceUnavailableException 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 FilterResourceUnavailableException()
FilterResourceUnavailableException
.
public FilterResourceUnavailableException(String s)
FilterResourceUnavailableException
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 |