#include <stdexcept>
#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | cornelluniversity |
Classes | |
| class | cornelluniversity::vetsim_exception |
| Base exception object for use within the vet application-space. More... | |
| class | cornelluniversity::vetsim_serial |
| class | cornelluniversity::vetsim_badchksum |
| Exception object for use with the vet serial protocol. More... | |
| class | cornelluniversity::vetsim_timeout |
| Exception object for use with the vet serial protocol. More... | |
It is intended that this lib will serve as a centralized exception implementation and will grow as need dictates.
Definition in file excepts.h.
1.4.7