#include <Exception.hpp>
|
void | Ctor (const std::string &x, const char *filenm=NULL, unsigned int lineno=0) |
|
Definition at line 153 of file Exception.hpp.
◆ FatalException() [1/2]
Diagnostics::FatalException::FatalException |
( |
const char * |
x, |
|
|
const char * |
filenm = NULL , |
|
|
unsigned int |
lineno = 0 |
|
) |
| |
◆ FatalException() [2/2]
Diagnostics::FatalException::FatalException |
( |
const std::string |
x, |
|
|
const char * |
filenm = NULL , |
|
|
unsigned int |
lineno = 0 |
|
) |
| |
◆ ~FatalException()
Diagnostics::FatalException::~FatalException |
( |
| ) |
|
|
virtual |
◆ Ctor()
void Exception::Ctor |
( |
const std::string & |
x, |
|
|
const char * |
filenm = NULL , |
|
|
unsigned int |
lineno = 0 |
|
) |
| |
|
protectedinherited |
◆ message()
virtual std::string Diagnostics::FatalException::message |
( |
| ) |
const |
|
inlinevirtual |
◆ 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 files: