#include <excepts.h>
Inheritance diagram for cornelluniversity::vetsim_timeout:

Public Member Functions | |
| vetsim_timeout (const std::string &errstr) | |
| constructor | |
| vetsim_timeout (const char *errstr) | |
| constructor, overloaded to accept the traditional c-style string. | |
| cornelluniversity::vetsim_timeout::vetsim_timeout | ( | const std::string & | errstr | ) | [inline] |
constructor
| errstr | - sets a custom error message. |
| cornelluniversity::vetsim_timeout::vetsim_timeout | ( | const char * | errstr | ) | [inline] |
constructor, overloaded to accept the traditional c-style string.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| errstr | - sets a custom error message. |
1.4.7