:: com :: sun :: star :: task ::

exception ErrorCodeIOException
Base Hierarchy
ErrorCodeIOException
 ┗ ::com::sun::star::io::IOException
    ┗ ::com::sun::star::uno::Exception
Description
IOException that can carry error codes ( not only io related ). It can be used to transport the error code information.

Elements' Summary
ErrCode specifies the error code.  
Elements' Details
ErrCode
long ErrCode;
Description
specifies the error code.
Top of Page