Home | C-Bits Package Documentation | Project Page |
#include <LogStreamExceptions.h>
Public Methods | |
LogStreamException (const std::string &message) | |
Constructor. More... | |
LogStreamException (const LogStreamException &e) | |
Copy constructor. More... | |
virtual const std::string & | getMessage () const |
Retrieve the exception reason message. More... | |
LogStreamException & | operator= (const LogStreamException &) |
Assignment operator. More... | |
virtual | ~LogStreamException () throw () |
Protected Attributes | |
std::string | _message |
|
Constructor. Define Constructor
|
|
Copy constructor. Define Copy constructor
|
|
|
|
Retrieve the exception reason message.
|
|
Assignment operator.
|
|
|
|
|