#include "Exception.h"
Public Member Functions | |
ErrorException () | |
Default constructor. | |
ErrorException (const char *_what) | |
Assignment constructor. | |
ErrorException (const std::exception &_other) | |
Copy constructor. | |
virtual | ~ErrorException () throw () |
Deconstructor. | |
|
inline |
Default constructor.
ErrorException::ErrorException | ( | const char * | _what | ) |
Assignment constructor.
_what | The exception text |
ErrorException::ErrorException | ( | const std::exception & | _other | ) |
Copy constructor.
The | other exception |
|
inlinevirtual |
Deconstructor.