#include <crate.h>
Collaboration diagram for SctApi::CrateException:
Public Member Functions | |
CrateException (const std::string &str) throw () | |
Provide a description on construction. | |
~CrateException () throw () | |
virtual const char * | what () const throw () |
Override std::exception method. | |
Private Attributes | |
std::string | desc |
Definition at line 36 of file crate.h.
|
Provide a description on construction.
|
|
Override std::exception method.
Definition at line 45 of file crate.h. References desc. Referenced by SctApi::awaitResponse(), SctApi::awaitResponseAll(), and SctApi::modifyABCDVar(). |