#include <excepts.h>
Inheritance diagram for cornelluniversity::vetsim_exception:
Public Member Functions | |
vetsim_exception (const std::string &errstr) | |
constructor | |
vetsim_exception (const char *errstr) | |
constructor, overloaded to accept the traditional c-style string. | |
virtual const std::string | details (void) const |
Error string accessor. Provides a std::string response of the what() output. |
cornelluniversity::vetsim_exception::vetsim_exception | ( | const std::string & | errstr | ) | [inline] |
constructor
errstr | - sets a custom error message. |
cornelluniversity::vetsim_exception::vetsim_exception | ( | 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. |
virtual const std::string cornelluniversity::vetsim_exception::details | ( | void | ) | const [inline, virtual] |
Error string accessor. Provides a std::string response of the what() output.