Uses of Class
org.dvb.dsmcc.DSMCCException

Packages that use DSMCCException
org.dvb.dsmcc   
 

Uses of DSMCCException in org.dvb.dsmcc
 

Subclasses of DSMCCException in org.dvb.dsmcc
 class IllegalObjectTypeException
          This Exception is thrown when the application attempted to create a DSMCCStream or DSMCCStreamEvent object with an object or a path that did not correspond to a DSMCC Stream or DSMCC StreamEvent respectively
 class InsufficientResourcesException
          This exception gets thrown when a request to perform a DSMCC related operation cannot be completed due to resource limitations.
 class InvalidAddressException
          An InvalidAddressException is thrown when the format of an NSAP address is not recognized.
 class InvalidFormatException
          An InvalidFormatException is thrown when an inconsistent DSMCC message is received.
 class InvalidPathNameException
          The InvalidPathNameException is thrown when the path name to a DSMCCObject does not exist or if the service domain is not detached.
 class MPEGDeliveryException
          An MPEGDEliveryException is thrown when an error (for instance, a time out or accessing the data would require tuning) occurs while loading data from an MPEG Stream.
 class NotEntitledException
          This Exception is thrown when the user is not entitled to access the content of the object (the Elementary Stream is scrambled and the user is not entitled).
 class NothingToAbortException
          A NothingToAbortException is thrown when the abort method is called and there is no loading in progress.
 class NotLoadedException
          A NotLoadedException is thrown when an operation fails because information which is required to be loaded has not been.
 class ServerDeliveryException
          A ServerDeliveryException is thrown when the local machine can not communicate with the server.
 class ServiceXFRException
          A ServiceXFRException is thrown when a DSMCC Object can not be loaded in the current ServiceDomain but is available in an alternate ServiceDomain (i.e. for an object Carousel, the IOR of the object or one of its parent directories contains a Lite Option Profile Body).
 class UnknownEventException
          The UnknownEventException is thrown when a method tries to access to an unknown event.
 

Methods in org.dvb.dsmcc that throw DSMCCException
 void ServiceDomain.attach(byte[] NSAPAddress)
          This function is used to attach a ServiceDomain from either an object carousel or from an interactive network.
 void ServiceDomain.attach(Locator l)
          This function is used to attach a ServiceDomain from an object carousel.