:: 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
OpenOffice 2.1

Elements' Summary
New represents the new version of the deployment unit.  
Deployed represents the already installed version of the deployment unit.  
Elements' Details
New
XPackage New;
Description
represents the new version of the deployment unit.

Must not be NULL.

Deployed
XPackage Deployed;
Description
represents the already installed version of the deployment unit.

Must not be NULL.

Top of Page