LibreOffice
LibreOffice 24.2 SDK API Reference
|
is raised when the data of a component schema, layer or update is not well-formed, violates the schema or is otherwise invalid. More...
import"MalformedDataException.idl";
Public Attributes | |
any | ErrorDetails |
data that provides more detailed information about the reason and location of the error. More... | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. More... | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. More... | |
is raised when the data of a component schema, layer or update is not well-formed, violates the schema or is otherwise invalid.
any ErrorDetails |
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:
for duplicate nodes.
for nodes that are not in the schema.
for properties having the wrong or an invalid type.
for duplicate properties.
for properties that are not in the schema.
for data values (names,attributes,etc.) that are invalid.
for changes that violate access restrictions.
If no more detail information is available, this may be left VOID
.