Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef SEQ_TABLE_EXCEPTION__HPP
2 #define SEQ_TABLE_EXCEPTION__HPP
59 virtual const char* GetErrCodeString(
void)
const override;
Seq-loc and seq-align mapper exceptions.
EErrCode
Error types that an application can generate.
NCBI_EXCEPTION_DEFAULT(CSeqTableException, CException)
@ eIncompatibleValueType
Data cannot be converted to asked type.
@ eRowNotFound
Requested row is missing.
@ eColumnNotFound
Requested column is missing.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define BEGIN_SCOPE(ns)
Define a new scope.
Defines NCBI C++ exception handling.