#include <string>
#include "BESObj.h"
Include dependency graph for BESError.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BESError |
Abstract exception class for the BES with basic string message. More... | |
Defines | |
#define | BES_FORBIDDEN_ERROR 4 |
#define | BES_INTERNAL_ERROR 1 |
#define | BES_INTERNAL_FATAL_ERROR 2 |
#define | BES_NOT_FOUND_ERROR 5 |
#define | BES_SYNTAX_USER_ERROR 3 |
#define | BESError_h_ 1 |
#define BES_FORBIDDEN_ERROR 4 |
Definition at line 45 of file BESError.h.
Referenced by BESDapError::convert_error_code(), and BESShowErrorResponseHandler::execute().
#define BES_INTERNAL_ERROR 1 |
Definition at line 42 of file BESError.h.
Referenced by BESDapError::BESDapError(), BESDapError::convert_error_code(), BESApacheInterface::exception_manager(), and BESShowErrorResponseHandler::execute().
#define BES_INTERNAL_FATAL_ERROR 2 |
Definition at line 43 of file BESError.h.
Referenced by BESDapError::BESDapError(), BESDapError::convert_error_code(), BESShowErrorResponseHandler::execute(), and BESApacheInterface::execute_request().
#define BES_NOT_FOUND_ERROR 5 |
Definition at line 46 of file BESError.h.
Referenced by BESDapError::convert_error_code(), and BESShowErrorResponseHandler::execute().
#define BES_SYNTAX_USER_ERROR 3 |
Definition at line 44 of file BESError.h.
Referenced by BESDapError::convert_error_code(), BESShowErrorResponseHandler::execute(), and BESDapResponse::read_contexts().
#define BESError_h_ 1 |
Definition at line 34 of file BESError.h.