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

unpublished exception InstallException
Base Hierarchy
InstallException
 ┗ ::com::sun::star::uno::Exception
Description
describes the fact that deployment unit is about to be installed.

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

Since
OpenOffice 2.2

Elements' Summary
New represents the new deployment unit.  
Elements' Details
New
XPackage New;
Description
represents the new deployment unit.

Must not be NULL.

Top of Page