Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef OBJTOOLS_WRITERS__WRITER_EXCEPTION_HPP
2 #define OBJTOOLS_WRITERS__WRITER_EXCEPTION_HPP
virtual const char * GetErrCodeString() const override
Get error code interpreted as text.
NCBI_EXCEPTION_DEFAULT(CObjWriterException, CException)
Include standard NCBI exception behavior.
@ eArgErr
Argument validation failed.
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_XOBJWRITE_EXPORT
Defines NCBI C++ exception handling.