LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
VersionException Exception Reference

describes version clashes of a deployment unit. More...

import"VersionException.idl";

Inheritance diagram for VersionException:
Exception

Public Attributes

string NewVersion
 the version of the extension which is being installed. More...
 
string NewDisplayName
 the display name of the extension which is being installed. More...
 
XPackage Deployed
 represents the already installed version of the deployment unit. More...
 
- 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

describes version clashes of a deployment unit.

This exception is intended to be used with an com::sun::star::task::XInteractionHandler.

Since
OOo 2.1

Member Data Documentation

◆ Deployed

XPackage Deployed

represents the already installed version of the deployment unit.

Must not be NULL.

◆ NewDisplayName

string NewDisplayName

the display name of the extension which is being installed.

◆ NewVersion

string NewVersion

the version of the extension which is being installed.


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