chrono::ChException Class Reference
Description
Class for exceptions for throw() catch() mechanism.
Each class can contain a message in form of text.
#include <ChException.h>
Inheritance diagram for chrono::ChException:
Public Member Functions | |
ChException (const std::string &swhat) | |
Constructor for a basic exception: sets the exception message to the specified string. | |
ChException (const ChException &right) | |
Copy constructor. | |
ChException & | operator= (const ChException &right) |
Assignment operator. | |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | m_swhat |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/core/ChException.h