NCBI C++ ToolKit
|
Search Toolkit Book for COMSSAException
generic exception class for omssa More...
#include "msms.hpp"
(Private to src/algo/ms/omssa
.)
Public Types | |
enum | EErrCode { eMSParseException , eMSNoMatchException , eMSLadderNotFound } |
Error types that subsystem can generate. More... | |
Public Member Functions | |
virtual const char * | GetErrCodeString (void) const override |
Translate from the error code value to its string representation. More... | |
NCBI_EXCEPTION_DEFAULT (COMSSAException, CException) | |
Error types that subsystem can generate.
Enumerator | |
---|---|
eMSParseException | unable to parse COMSSASearch |
eMSNoMatchException | unmatched sequence library |
eMSLadderNotFound | ladder not found in CLadderContainer |
|
inlineoverridevirtual |
Translate from the error code value to its string representation.
Definition at line 445 of file msms.hpp.
References eMSLadderNotFound, eMSNoMatchException, eMSParseException, and CException::GetErrCodeString().
COMSSAException::NCBI_EXCEPTION_DEFAULT | ( | COMSSAException | , |
CException | |||
) |