exception ServiceNotRegisteredException in module com::sun::star::lang::

(Global Index)

Syntax

exception 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