wibble 1.1
|
#include <regexp.h>
Public Member Functions | |
Regexp (const regex_t &re, int code, const std::string &context) throw () | |
~Regexp () throw () | |
virtual int | code () const throw () |
Get the regexp error code associated to the exception. | |
virtual const char * | type () const throw () |
Get a string tag identifying the exception type. | |
virtual std::string | desc () const throw () |
Get a string describing what happened that threw the exception. | |
![]() | |
Generic () throw () | |
Generic (const std::string &context) throw () | |
virtual | ~Generic () throw () |
virtual const std::string & | fullInfo () const throw () |
Format in a string all available information about the exception. | |
virtual const char * | what () const throw () |
![]() | |
Context () throw () | |
Context (const std::string &context) throw () | |
void | addContext (const std::string &c) throw () |
std::string | formatContext () const throw () |
const std::vector< std::string > & | context () const throw () |
Protected Attributes | |
int | m_code |
std::string | m_message |
![]() | |
std::string | m_formatted |
![]() | |
std::vector< std::string > | m_context |
wibble::exception::Regexp::Regexp | ( | const regex_t & | re, |
int | code, | ||
const std::string & | context | ||
) | |||
throw | ( | ||
) |
|
inline |
Get the regexp error code associated to the exception.
References m_code.
|
inlinevirtual |
Get a string describing what happened that threw the exception.
Reimplemented from wibble::exception::Generic.
References m_message.
Get a string tag identifying the exception type.
Reimplemented from wibble::exception::Generic.
|
protected |
Referenced by desc().