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

should be used for interaction to handle states of unknown filter during detection More...

import"NoSuchFilterRequest.idl";

Inheritance diagram for NoSuchFilterRequest:
Exception

Public Attributes

string URL
 transport URL which couldn't be detected 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

should be used for interaction to handle states of unknown filter during detection

If during loading time the filter can't be detected and wasn't given at calling time, a possible com::sun::star::task::InteractionHandler will be used. (it's a part of used MediaDescriptor) Such "NoSuchFilterRequest" will be used then to start right interaction on that to get a decision which filter should be used for given URL. A possible continuation of type XInteractionFilterSelect will transport this decision back to generic filter detection and force using of it. Of course it's possible to abort the loading process by use another continuation com::sun::star::task::XInteractionAbort.

See also
MediaDescriptor
com::sun::star::task::InteractionHandler
XInteractionFilterSelect
com::sun::star::task::XInteractionAbort

Member Data Documentation

◆ URL

string URL

transport URL which couldn't be detected


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