
Public Member Functions | |
| SctApiException (const std::string &str) throw () | |
| Provide a description on construction. | |
| SctApiException (const CrateException &c) throw () | |
| Copy a crate exception. | |
| ~SctApiException () throw () | |
| virtual const char * | what () const throw () |
| Override std::exception method. | |
Private Attributes | |
| std::string | desc |
Definition at line 25 of file SctApi/SctApiException.h.
|
|
Provide a description on construction.
Definition at line 29 of file SctApi/SctApiException.h. |
|
|
Copy a crate exception.
Definition at line 43 of file SctApiImpl.cxx. |
|
|
Override std::exception method.
Definition at line 37 of file SctApi/SctApiException.h. References desc. Referenced by TApi::doRawScan(), SctApi::doRawScanThread(), TApi::doScan(), SctApi::ScanControlRODHisto::getHistogramChunk(), TApi::sendABCDModule(), TApi::sendABCDModules(), TApi::setABCDModule(), TApi::setABCDModules(), and TApi::startAsyncScan(). |
1.4.6