javax.tv.service.navigation
Class SortNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.tv.service.SIException
javax.tv.service.navigation.SortNotAvailableException
- All Implemented Interfaces:
- Serializable
public class SortNotAvailableException
- extends SIException
This exception indicates that the requested sorting method is not
available for the particular ServiceList
, for example,
sorting by service numbers.
- See Also:
ServiceList
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SortNotAvailableException
public SortNotAvailableException()
- Constructs a
SortNotAvailableException
with no
detail message.
SortNotAvailableException
public SortNotAvailableException(String reason)
- Constructs a
SortNotAvailableException
with a
detail message.
- Parameters:
reason
- The reason this exception was thrown.