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

unpublished exception LicenseException
Base Hierarchy
LicenseException
 ┗ ::com::sun::star::uno::Exception
Description
A LicenseException reflects the necessity of someone aggreeing to a license.

Elements' Summary
ExtensionName name of the extension. Contains the file name only.  
Text contains the text of the license.  
Elements' Details
ExtensionName
string ExtensionName;
Description
name of the extension. Contains the file name only.
Text
string Text;
Description
contains the text of the license.
Top of Page