#include <glite/jdl/RequestAdExceptions.h>
Inheritance diagram for glite::jdl::RequestAdException:
Public Member Functions | |
const char * | what () throw () |
Protected Member Functions | |
RequestAdException (std::string file, int line, std::string method, int code, std::string exception_name) | |
virtual | ~RequestAdException () throw () |
Protected Attributes | |
std::string | error_description |
glite::jdl::RequestAdException::RequestAdException | ( | std::string | file, | |
int | line, | |||
std::string | method, | |||
int | code, | |||
std::string | exception_name | |||
) | [protected] |
Update all mandatory Exception Information
virtual glite::jdl::RequestAdException::~RequestAdException | ( | ) | throw () [inline, protected, virtual] |
const char* glite::jdl::RequestAdException::what | ( | ) | throw () |
std::string glite::jdl::RequestAdException::error_description [protected] |