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

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

Top of Page