|
NCBI C++ ToolKit
|
Search Toolkit Book for CExceptionArgs
#include <corelib/ncbiexpt.hpp>
Inheritance diagram for CExceptionArgs< TErrCode >:
Collaboration diagram for CExceptionArgs< TErrCode >:Public Member Functions | |
| CExceptionArgs (TErrCode err_code) | |
| TErrCode | GetErrCode (void) const |
| CExceptionArgs< TErrCode > & | operator| (const CExceptionArgsManip &manip) |
| CExceptionArgs< TErrCode > & | operator| (const CExceptionArgsManip_Wrapper &manip) |
Public Member Functions inherited from CExceptionArgs_Base | |
| 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 |
Additional Inherited Members | |
Public Types inherited from CExceptionArgs_Base | |
| typedef int | TErrCodeVal |
| typedef int | TFlags |
| typedef EDiagSev | TSeverity |
Definition at line 842 of file ncbiexpt.hpp.