:: com :: sun :: star :: deployment ::

unpublished exception VersionException
Base Hierarchy
VersionException
 ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
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

Elements' Summary
NewVersion the version of the extension which is being installed.  
NewDisplayName the display name of the extension which is being installed.  
Deployed represents the already installed version of the deployment unit.  
Elements' Details
NewVersion
string NewVersion;
Description
the version of the extension which is being installed.
NewDisplayName
string NewDisplayName;
Description
the display name of the extension which is being installed.
Deployed
XPackage Deployed;
Description
represents the already installed version of the deployment unit.

Must not be NULL.

Top of Page