#include <interface/glite/wms/wmproxyapi/wmproxy_api.h>
Inheritance diagram for glite::wms::wmproxyapi::BaseException:
Public Member Functions | |
BaseException () | |
Empty Constructor. | |
Data Fields | |
std::string | methodName |
The name of the method throwing the exception. | |
time_t | Timestamp |
Element Timestamp of type xs:dateTime. | |
std::string * | ErrorCode |
Element ErrorCode of type xs:string. | |
std::string * | Description |
Element Description of type xs:string. | |
std::vector< std::string > * | FaultCause |
Vector of std::string with length 0. |
glite::wms::wmproxyapi::BaseException::BaseException | ( | ) | [inline] |
Empty Constructor.
std::string* glite::wms::wmproxyapi::BaseException::Description |
Element Description of type xs:string.
std::string* glite::wms::wmproxyapi::BaseException::ErrorCode |
Element ErrorCode of type xs:string.
std::vector<std::string>* glite::wms::wmproxyapi::BaseException::FaultCause |
Vector of std::string with length 0.
.unbounded
The name of the method throwing the exception.
Element Timestamp of type xs:dateTime.