LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
CannotActivateFactoryException Exception Referencepublished

indicates an error during component activation More...

import"CannotActivateFactoryException.idl";

Inheritance diagram for CannotActivateFactoryException:
Exception

Additional Inherited Members

- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

Detailed Description

indicates an error during component activation

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

Possible reasons for this error is a missing shared library or .jar file, a badly linked library, a wrong LD_LIBRARY_PATH or PATH, an incomplete classpath, or a missing java installation. The Message should contain some more detailed explanations.


The documentation for this exception was generated from the following file: