NCBI C++ ToolKit
|
Classes | |
class | CUtilException |
class | CIOException |
class | CEofException |
class | CBlockingQueueException |
Functions | |
virtual const char * | CUtilException::GetErrCodeString (void) const override |
Get error code interpreted as text. More... | |
CUtilException::NCBI_EXCEPTION_DEFAULT (CUtilException, CException) | |
virtual const char * | CIOException::GetErrCodeString (void) const override |
Get error code interpreted as text. More... | |
CIOException::NCBI_EXCEPTION_DEFAULT (CIOException, CUtilException) | |
virtual const char * | CEofException::GetErrCodeString (void) const override |
Get error code interpreted as text. More... | |
CEofException::NCBI_EXCEPTION_DEFAULT (CEofException, CIOException) | |
virtual const char * | CBlockingQueueException::GetErrCodeString (void) const override |
Get error code interpreted as text. More... | |
CBlockingQueueException::NCBI_EXCEPTION_DEFAULT (CBlockingQueueException, CUtilException) | |
Enumerator | |
---|---|
eNoInput | |
eWrongCommand | |
eWrongData |
Definition at line 51 of file util_exception.hpp.
Enumerator | |
---|---|
eRead | |
eWrite | |
eFlush | |
eCanceled | |
eOverflow |
Definition at line 65 of file util_exception.hpp.
Enumerator | |
---|---|
eEof |
Definition at line 79 of file util_exception.hpp.
Enumerator | |
---|---|
eFull | |
eTimedOut |
Definition at line 90 of file util_exception.hpp.
|
overridevirtual |
Get error code interpreted as text.
Reimplemented from CException.
Reimplemented in CBlockingQueueException, CEofException, and CIOException.
Definition at line 60 of file nc_lib.cpp.
References CUtilException::eNoInput, CUtilException::eWrongCommand, CUtilException::eWrongData, CException::GetErrCode(), and CException::GetErrCodeString().
|
overridevirtual |
Get error code interpreted as text.
Reimplemented from CUtilException.
Reimplemented in CEofException.
Definition at line 52 of file util_exception.cpp.
References CIOException::eCanceled, CIOException::eFlush, CIOException::eOverflow, CIOException::eRead, CIOException::eWrite, CException::GetErrCode(), and CException::GetErrCodeString().
Referenced by CBLASTSeqToolJob::x_CreateProjectItems().
|
overridevirtual |
Get error code interpreted as text.
Reimplemented from CIOException.
Definition at line 64 of file util_exception.cpp.
References CEofException::eEof, CException::GetErrCode(), and CException::GetErrCodeString().
|
overridevirtual |
Get error code interpreted as text.
Reimplemented from CUtilException.
Definition at line 72 of file util_exception.cpp.
References CBlockingQueueException::eFull, CBlockingQueueException::eTimedOut, CException::GetErrCode(), and CException::GetErrCodeString().
CBlockingQueueException::NCBI_EXCEPTION_DEFAULT | ( | CBlockingQueueException | , |
CUtilException | |||
) |
CEofException::NCBI_EXCEPTION_DEFAULT | ( | CEofException | , |
CIOException | |||
) |
CIOException::NCBI_EXCEPTION_DEFAULT | ( | CIOException | , |
CUtilException | |||
) |
CUtilException::NCBI_EXCEPTION_DEFAULT | ( | CUtilException | , |
CException | |||
) |