ldas-tools-framecpp 3.0.4
|
#include <Verify.hh>
Public Member Functions | |
VerifyException (error_type ErrorCode, const std::string &What="") | |
VerifyException (error_type ErrorCode, const std::string &What="") | |
error_type | ErrorCode () const |
error_type | ErrorCode () const |
virtual VerifyException * | Clone () const |
virtual VerifyException * | Clone () const |
Static Public Member Functions | |
static std::string | StrError (error_type ErrorNum) |
Return string describing error code. | |
static std::string | StrError (error_type ErrorNum) |
Return string describing error code. | |
static std::string | StrErrorType (const error_type Error) |
Retrieve the string representation of the error_type. | |
static std::string | StrErrorType (const error_type Error) |
Retrieve the string representation of the error_type. |
Protected Member Functions | |
VerifyException & | operator= (const VerifyException &Error) |
VerifyException & | operator= (const VerifyException &Error) |
void | extendError (const std::string &Message) |
void | extendError (const std::string &Message) |
Private Member Functions | |
std::string | build_error_string (error_type ErrorCode, const std::string &Message) |
std::string | build_error_string (error_type ErrorCode, const std::string &Message) |
Private Attributes | |
const error_type | m_error_code |
Static Private Attributes | |
static const char * | m_error_strings [] |
static const char * | m_error_type_strings [] |
Friends | |
class | Verify |
|
inline |
FrameCPP::Common::VerifyException::VerifyException | ( | error_type | ErrorCode, |
const std::string & | What = "" ) |
|
inlineprivate |
|
private |
|
virtual |
|
virtual |
|
inline |
error_type FrameCPP::Common::VerifyException::ErrorCode | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
Return string describing error code.
[in] | ErrorNum | Error code |
|
static |
Return string describing error code.
[in] | ErrorNum | Error code |
|
static |
Retrieve the string representation of the error_type.
[in] | ErrorNum | Error code |
|
static |
Retrieve the string representation of the error_type.
[in] | ErrorNum | Error code |
|
friend |
|
private |
|
staticprivate |
|
staticprivate |