LibreOffice
LibreOffice 24.2 SDK API Reference
|
indicates an error during component activation More...
import"CannotActivateFactoryException.idl";
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... | |
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.