Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef OBJTOOLS_FORMAT___FLAT_EXPT__HPP
2 #define OBJTOOLS_FORMAT___FLAT_EXPT__HPP
59 switch (GetErrCode()) {
60 case eNotSupported:
return "eNotSupported";
61 case eInternal:
return "eInternal";
62 case eInvalidParam:
return "eInvalidParam";
64 case eHaltRequested:
return "eHaltRequested";
virtual const char * GetErrCodeString(void) const override
Get error code interpreted as text.
NCBI_EXCEPTION_DEFAULT(CFlatException, CException)
Include a standard set of the NCBI C++ Toolkit most basic headers.
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 END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define BEGIN_SCOPE(ns)
Define a new scope.
#define NCBI_FORMAT_EXPORT
Defines NCBI C++ exception handling.