Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

Uses of Class
javax.tv.service.SIException

Packages that use SIException
javax.tv.service Provides mechanisms for accessing the service information (SI) database and APIs representing the SI elements it contains. 
javax.tv.service.guide Provides APIs to support electronic program guides (EPGs), including program schedules, program events and program ratings. 
javax.tv.service.navigation Provides APIs to navigate through services and hierarchical service information. 
 

Uses of SIException in javax.tv.service
 

Methods in javax.tv.service that throw SIException
abstract  RatingDimension SIManager.getRatingDimension(java.lang.String name)
          Reports the RatingDimension corresponding to the specified string name.
 java.lang.String[] RatingDimension.getRatingLevelDescription(short ratingLevel)
          Returns a pair of strings describing the specified rating level for this dimension.
 

Uses of SIException in javax.tv.service.guide
 

Methods in javax.tv.service.guide that throw SIException
 SIRequest ProgramSchedule.retrieveFutureProgramEvent(java.util.Date time, SIRequestor requestor)
          Retrieves the program event for the specified time.
 SIRequest ProgramSchedule.retrieveFutureProgramEvents(java.util.Date begin, java.util.Date end, SIRequestor requestor)
          Retrieves all known program events on this service for the specified time interval.
 SIRequest ProgramSchedule.retrieveNextProgramEvent(ProgramEvent event, SIRequestor requestor)
          Retrieves a event which follows the specified event.
 short ContentRatingAdvisory.getRatingLevel(java.lang.String dimensionName)
          Returns a number representing the rating level in the specified RatingDimension associated with this rating region for the related ProgramEvent.
 java.lang.String ContentRatingAdvisory.getRatingLevelText(java.lang.String dimensionName)
          Returns the rating level display string for the specified dimension.
 

Uses of SIException in javax.tv.service.navigation
 

Subclasses of SIException in javax.tv.service.navigation
 class FilterNotSupportedException
          This exception indicates that the specified ServiceFilter is not supported.
 class SortNotAvailableException
          This exception indicates that the requested sorting method is not available for the particular ServiceList, for example, sorting by service numbers.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.