Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef _GUI_PACKAGES_SEQUPD_EXCEPT_HPP_
2 #define _GUI_PACKAGES_SEQUPD_EXCEPT_HPP_
53 case eInternal:
return "eInternal";
54 case eReading:
return "eReading";
55 case eAlignment:
return "eAlignment";
56 case eFeatAdjust:
return "eFeatAdjust";
57 case eFeatImport:
return "eFeatImport";
Sequence update exception class.
NCBI_EXCEPTION_DEFAULT(CSeqUpdateException, CException)
virtual const char * GetErrCodeString(void) const override
Get error code interpreted as text.
Include a standard set of the NCBI C++ Toolkit most basic headers.
TErrCode GetErrCode(void) const
Get error code.
EErrCode
Error types that an application can generate.
virtual const char * GetErrCodeString(void) const
Get error code interpreted as text.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIPKG_SEQUENCE_EDIT_EXPORT
Defines NCBI C++ exception handling.