OpenGeospatial Web Services Exception Report container. More...
#include <soa/owsexception.h>
Classes | |
| class | EXCEPTION |
| Individual exception, contains message and possibly code and/or locator. More... | |
Public Types | |
| typedef MILIST< EXCEPTION > | EXCEPTIONLIST |
Public Member Functions | |
| EXCEPTIONREPORT () | |
| ~EXCEPTIONREPORT () | |
| MISTRING | FormatMessages () const |
| const EXCEPTIONLIST & | GetExceptionList () const |
| const STRUTF8 & | GetOriginal () const |
| const MISTRING & | GetVersion () const |
| ERRVALUE | ParseMessage (const HTTPMESSAGE &message) |
OpenGeospatial Web Services Exception Report container.
A single report may contain any number of exception entries, though usually will contain exactly one.
| SOA::OWS::EXCEPTIONREPORT::EXCEPTIONREPORT | ( | ) |
Constructor.
| SOA::OWS::EXCEPTIONREPORT::~EXCEPTIONREPORT | ( | ) |
Destructor.
| MISTRING SOA::OWS::EXCEPTIONREPORT::FormatMessages | ( | ) | const |
Format all exception messages for display to user.
| const EXCEPTIONLIST& SOA::OWS::EXCEPTIONREPORT::GetExceptionList | ( | ) | const [inline] |
Get exception list.
| const STRUTF8& SOA::OWS::EXCEPTIONREPORT::GetOriginal | ( | ) | const [inline] |
Get original message text.
| const MISTRING& SOA::OWS::EXCEPTIONREPORT::GetVersion | ( | ) | const [inline] |
Get "version" attribute.
| ERRVALUE SOA::OWS::EXCEPTIONREPORT::ParseMessage | ( | const HTTPMESSAGE & | message | ) |
1.6.1