:: com :: sun :: star :: lang ::

exception ServiceNotRegisteredException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-ServiceNotRegisteredException
Description
This exception is thrown when a needed service is not found.

Applications should throw instances of this class to indicate that a needed service is not registered.


Top of Page