#include <Args.hpp>
|
| Exception (const char *x, const char *filenm=NULL, unsigned int lineno=0) |
|
| Exception (std::string x, const char *filenm=NULL, unsigned int lineno=0) |
|
| ~Exception () |
|
virtual const std::string & | what () const |
|
virtual const std::string & | where () const |
|
virtual std::string | message () const |
|
virtual void | report (std::ostream &os) const |
|
virtual void | report () const |
|
|
void | Ctor (const std::string &x, const char *filenm=NULL, unsigned int lineno=0) |
|
Definition at line 85 of file Args.hpp.
◆ Exception() [1/2]
Args::Exception::Exception |
( |
const char * |
x, |
|
|
const char * |
filenm = NULL , |
|
|
unsigned int |
lineno = 0 |
|
) |
| |
|
inline |
◆ Exception() [2/2]
Args::Exception::Exception |
( |
std::string |
x, |
|
|
const char * |
filenm = NULL , |
|
|
unsigned int |
lineno = 0 |
|
) |
| |
|
inline |
◆ ~Exception()
Args::Exception::~Exception |
( |
| ) |
|
|
inlinevirtual |
◆ Ctor()
void Exception::Ctor |
( |
const std::string & |
x, |
|
|
const char * |
filenm = NULL , |
|
|
unsigned int |
lineno = 0 |
|
) |
| |
|
protectedinherited |
◆ message()
virtual std::string Diagnostics::Exception::message |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ report() [1/2]
virtual void Diagnostics::Exception::report |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtualinherited |
◆ report() [2/2]
virtual void Diagnostics::Exception::report |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ what()
virtual const std::string& Diagnostics::Exception::what |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ where()
virtual const std::string& Diagnostics::Exception::where |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ mWhat
std::string Diagnostics::Exception::mWhat |
|
protectedinherited |
◆ mWhere
std::string Diagnostics::Exception::mWhere |
|
protectedinherited |
The documentation for this class was generated from the following file: