Main exception class for the framework. More...
#include <HZZException.h>
Public Member Functions | |
HZZException (std::string message="") | |
Construct from initial portion of the explanatory message. | |
Public Attributes | |
std::string | buffer_ |
Buffer for what. |
Main exception class for the framework.
The exception contains an explanatory message. It can be constructed in two ways: either given as a string to the constructor, or built in a stream using the left shift operator. Both methods may be combined, with the initial portion of the message given to the constructor and more tokens added later.