:: com :: sun :: star :: task ::

exception UnsupportedOverwriteRequest
Base Hierarchy
UnsupportedOverwriteRequestClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception
Description
this request is used in case a content can't keep files from overwriting

It is supported by InteractionHandler service, and can be used in case a content can not keep files from overwriting and user specifies to do so. Continuations for using with the mentioned service are Abort and Approve.

Since
OOo 1.1.2

Elements' Summary
Name the name of the target that might be overwritten, can be empty.  
Elements' Details
Name
string Name;
Description
the name of the target that might be overwritten, can be empty.
Top of Page