NCBI C++ ToolKit
|
Search Toolkit Book for CEditException
#include <objtools/edit/edit_exception.hpp>
Public Types | |
enum | EErrCode { eNotImplemented , eInvalid } |
Public Member Functions | |
const char * | GetErrCodeString () const override |
NCBI_EXCEPTION_DEFAULT (CEditException, CException) | |
Definition at line 44 of file edit_exception.hpp.
Enumerator | |
---|---|
eNotImplemented | |
eInvalid |
Definition at line 47 of file edit_exception.hpp.
|
inlineoverride |
Definition at line 60 of file edit_exception.hpp.
References eInvalid, eNotImplemented, and CException::GetErrCodeString().
CEditException::NCBI_EXCEPTION_DEFAULT | ( | CEditException | , |
CException | |||
) |