#include <excepts.h>
Inheritance diagram for cornelluniversity::vetsim_badchksum:
Public Member Functions | |
vetsim_badchksum (const std::string &errstr) | |
constructor | |
vetsim_badchksum (const char *errstr) | |
constructor, overloaded to accept the traditional c-style string. |
cornelluniversity::vetsim_badchksum::vetsim_badchksum | ( | const std::string & | errstr | ) | [inline] |
constructor
errstr | - sets a custom error message. |
cornelluniversity::vetsim_badchksum::vetsim_badchksum | ( | 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. |