:: com :: sun :: star :: io ::

exception UnexpectedEOFException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-IOException
    |
    +-UnexpectedEOFException
Description
is thrown when the EOF/code> is reached during reading a datatype ( long , string , etc.).

Top of Page