NCBI C++ ToolKit
|
Search Toolkit Book for CExceptionArgs_Base
#include <corelib/ncbiexpt.hpp>
Public Types | |
typedef int | TErrCodeVal |
typedef int | TFlags |
typedef EDiagSev | TSeverity |
Public Member Functions | |
CExceptionArgs_Base (void) | |
void | SetErrCodeVal (TErrCodeVal err_code) |
TErrCodeVal | GetErrCodeVal (void) const |
void | SetFlags (TFlags flags) |
TFlags | GetFlags (void) const |
void | SetSeverity (TSeverity severity) |
TSeverity | GetSeverity (void) const |
void | SetModule (const string &module) |
const string & | GetModule (void) const |
bool | IsSetModule (void) const |
void | SetRetriable (ERetriable retriable) |
ERetriable | GetRetriable (void) const |
Private Attributes | |
TErrCodeVal | m_ErrCode |
TFlags | m_Flags |
TSeverity | m_Severity |
string | m_Module |
ERetriable | m_Retriable |
Definition at line 781 of file ncbiexpt.hpp.