|
ct_common
1.0.1
Common library for combinatorial testing
|
#include <utils.h>
Inherits std::exception.
Public Member Functions | |
| CT_Exception (void) throw () | |
| CT_Exception (const CT_Exception &from) throw () | |
| CT_Exception (std::string what) throw () | |
| virtual | ~CT_Exception (void) throw () |
| virtual const char * | what () const throw () |
| ct::common::CT_Exception::CT_Exception | ( | void | ) | throw () [inline] |
| ct::common::CT_Exception::CT_Exception | ( | const CT_Exception & | from | ) | throw () [inline] |
| ct::common::CT_Exception::CT_Exception | ( | std::string | what | ) | throw () [inline] |
| virtual ct::common::CT_Exception::~CT_Exception | ( | void | ) | throw () [inline, virtual] |
| virtual const char* ct::common::CT_Exception::what | ( | ) | const throw () [inline, virtual] |
1.7.6.1