:: com :: sun :: star :: ucb ::

exception InteractiveFileIOException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::task::ClassifiedInteractionRequest
    |
    +-InteractiveIOException
       |
       +-InteractiveFileIOException
[ DEPRECATED ]
Description
An input/output error while processing a file.

This exception is deprecated. Use InteractiveAugmentedIOException instead.


Elements' Summary
FileName The file url where the i/o error occured
Elements' Details
FileName
string FileName;
Description
The file url where the i/o error occured
Top of Page