StatusCodeException class.
More...
#include "StatusCodes.h"
StatusCodeException class.
Definition at line 118 of file StatusCodes.h.
◆ StatusCodeException()
pandora::StatusCodeException::StatusCodeException |
( |
const StatusCode |
statusCode | ) |
|
|
inline |
Constructor.
- Parameters
-
statusCode | the status code |
Definition at line 161 of file StatusCodes.h.
◆ ~StatusCodeException()
pandora::StatusCodeException::~StatusCodeException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ GetBackTrace()
const std::string & pandora::StatusCodeException::GetBackTrace |
( |
| ) |
const |
|
inline |
Get back trace at point of exception construction (gcc only)
- Returns
- The back trace
Definition at line 205 of file StatusCodes.h.
◆ GetStatusCode()
StatusCode pandora::StatusCodeException::GetStatusCode |
( |
| ) |
const |
|
inline |
Get status code.
- Returns
- the status code
Definition at line 191 of file StatusCodes.h.
◆ ToString()
std::string pandora::StatusCodeException::ToString |
( |
| ) |
const |
|
inline |
Get status code as a string.
- Returns
- The status code string
Definition at line 198 of file StatusCodes.h.
◆ m_backTrace
std::string pandora::StatusCodeException::m_backTrace |
|
private |
◆ m_statusCode
const StatusCode pandora::StatusCodeException::m_statusCode |
|
private |
The documentation for this class was generated from the following file: