:: com :: sun :: star :: ucb ::
|
exception MissingPropertiesException |
- Base Hierarchy
MissingPropertiesException
┗ ::com::sun::star::uno::Exception
|
- Description
- This exception is used to indicate that there are properties missing.
For example, to create a new resource, usually one ore more property
values must be set prior to executing the command 'insert', which makes
the new resource persistent.
- See also
- Content
|
Elements' Summary |
Properties |
contains the names of the missing properties.
|
Elements' Details |
Properties
sequence< string > Properties;
- Description
- contains the names of the missing properties.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.