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

exception ServiceNotRegisteredException
Base Hierarchy
ServiceNotRegisteredException
 ┗ ::com::sun::star::uno::Exception
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