NCBI C++ ToolKit
|
Exception classes used by the NCBI CGI framework. More...
#include <corelib/ncbiexpt.hpp>
#include <corelib/ncbistr.hpp>
#include <corelib/request_status.hpp>
#include <util/ncbi_url.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CCgiException |
struct | SCgiStatus |
class | CCgiCookieException |
CCgiCookieException –. More... | |
class | CCgiRequestException |
CCgiRequestException –. More... | |
class | CCgiParseException |
CCgiParseException –. More... | |
class | CCgiErrnoException |
CCgiErrnoException –. More... | |
class | CCgiResponseException |
CCgiResponseException –. More... | |
class | CCgiHeadException |
CCgiHeadException –. More... | |
class | CCgiSessionException |
CCgiSessionException –. More... | |
class | CCgiAppException |
CCgiAppException –. More... | |
Macros | |
#define | NCBI_CGI_THROW_WITH_STATUS(exception, err_code, message, status) |
#define | NCBI_CGI_THROW2_WITH_STATUS(exception, err_code, message, extra, status) |
Typedefs | |
typedef CUrlException | CCgiArgsException |
typedef CUrlParserException | CCgiArgsParserException |
Exception classes used by the NCBI CGI framework.
Definition in file cgi_exception.hpp.