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

exception MissingInputStreamException
Base Hierarchy
MissingInputStreamException
 ┗ ::com::sun::star::uno::Exception
Description
This exception is used to indicate that there is an ::com::sun::star::io::XInputStream missing.

For example, the command 'insert' may fail, if the implementation expects that an input stream is supplied with the given InsertCommandArgument.

See also
Content

Top of Page