exception CannotActivateFactoryException in module com::sun::star::loader::

(Global Index)

Syntax

exception CannotActivateFactoryException : com::sun::star::uno::Exception ;

Description

is thrown when an application tries to activate a component factory using the XImplementationLoader::activate() method, but the component factory cannot be activated.

Top of Page