Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: configuration :: backend ::

exception MalformedDataException
Base Hierarchy
MalformedDataException
 ┗ ::com::sun::star::uno::Exception
Description
is raised when the data of a component schema, layer or update is not well-formed, violates the schema or is otherwise invalid.
Since
OOo 1.1.2

Elements' Summary
ErrorDetails data that provides more detailed information about the reason and location of the error.  
Elements' Details
ErrorDetails
any ErrorDetails;
Description
data that provides more detailed information about the reason and location of the error.

Typically this member should contain an exception characterizing the error in detail.

For example the following exceptions may be used:

::com::sun::star::container::ElementExistException
for duplicate nodes.
::com::sun::star::container::NoSuchElementException
for nodes that are not in the schema.
::com::sun::star::beans::IllegalTypeException
for properties having the wrong or an invalid type.
::com::sun::star::beans::PropertyExistException
for duplicate properties.
::com::sun::star::beans::UnknownPropertyException
for properties that are not in the schema.
::com::sun::star::lang::IllegalArgumentException
for data values (names,attibutes,etc.) that are invalid.
::com::sun::star::lang::IllegalAccessException
for changes that violate access restrictions.
::com::sun::star::lang::NoSupportException
for features that are not supported by the current implementation.

If no more detail information is available, this may be left void.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.