LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
InvalidTextContentException Exception Referencepublished

is thrown whenever a method gets a TextContent as an actual argument when the text content cannot be used for that operation. More...

import"InvalidTextContentException.idl";

Inheritance diagram for InvalidTextContentException:
Exception

Public Attributes

com::sun::star::text::XTextContent TextContent
 contains the interface of the text content that caused the exception. 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...
 

Detailed Description

is thrown whenever a method gets a TextContent as an actual argument when the text content cannot be used for that operation.

Member Data Documentation

◆ TextContent

contains the interface of the text content that caused the exception.


The documentation for this exception was generated from the following file: