Collaboration diagram for Connection Exceptions:
|
Classes | |
| class | CConnException |
| class | CIO_Exception |
| IO exception. More... | |
Defines | |
| #define | NCBI_IO_CHECK(errnum) |
| Check EIO_Status, throw an exception if something is wrong. | |
| #define | NCBI_IO_CHECK_RW(errnum) |
| Check ERW_Result, throw an exception if something is wrong. | |
|
|
Value: do { \ if ( errnum != eIO_Success) { \ throw CIO_Exception(DIAG_COMPILE_INFO, \ 0, (CIO_Exception::EErrCode)errnum, "IO error."); \ } \ } while (0)
Definition at line 85 of file ncbi_conn_exception.hpp. Referenced by CBufferedSockReaderWriter::Flush(), and CBufferedSockReaderWriter::Read(). |
|
|
Value: do { \ if ( errnum != eRW_Success) { \ throw CIO_Exception(DIAG_COMPILE_INFO, \ 0, (CIO_Exception::EErrCode)errnum, "IO error."); \ } \ } while (0)
Definition at line 97 of file ncbi_conn_exception.hpp. |
1.4.6
Modified on Wed Dec 09 08:20:18 2009 by modify_doxy.py rev. 173732