exception UnexpectedEOFException in module com::sun::star::io::

(Global Index)

Syntax

exception UnexpectedEOFException : com::sun::star::io::IOException ;

Description

is thrown when the EOF/code> is reached during reading a datatype ( long , string , etc.).

Top of Page