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

exception ErrorCodeIOException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::io::IOException
    |
    +-ErrorCodeIOException
Usage Restrictions
not published
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