ct_common  1.0.1
Common library for combinatorial testing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
ct::common::CT_Exception Class Reference

#include <utils.h>

Inherits std::exception.

List of all members.

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 ()

Detailed Description

Exception class for ct_common

Definition at line 27 of file utils.h.


Constructor & Destructor Documentation

ct::common::CT_Exception::CT_Exception ( void  ) throw () [inline]

Definition at line 29 of file utils.h.

ct::common::CT_Exception::CT_Exception ( const CT_Exception from) throw () [inline]

Definition at line 30 of file utils.h.

ct::common::CT_Exception::CT_Exception ( std::string  what) throw () [inline]

Definition at line 33 of file utils.h.

virtual ct::common::CT_Exception::~CT_Exception ( void  ) throw () [inline, virtual]

Definition at line 34 of file utils.h.


Member Function Documentation

virtual const char* ct::common::CT_Exception::what ( ) const throw () [inline, virtual]

Definition at line 36 of file utils.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines