#include <SctApi.h>
Public Member Functions | |
| SctApiException (const std::string &str) throw () | |
| Provide a description on construction. | |
| SctApiException (const CrateException &c) throw () | |
| Copy a crate exception. | |
| virtual const char * | what () const throw () |
| Override std::exception method. | |
Private Attributes | |
| std::string | desc |
Definition at line 51 of file SctApi.h.
|
|
Provide a description on construction.
|
|
|
Copy a crate exception.
|
|
|
Override std::exception method.
|
1.3.5