dca_interface
6.3.4
|
#include <base_classes.h>
Exception class used in the DCA.
This class is used in all cases where no FunctionResult is provided, but an error occurs e.g. during the construction of a DCA object.
Definition at line 236 of file base_classes.h.
Public Member Functions | |
std::string | getDescription () const throw () |
Returns a description of the error. More... | |
DCA_RESULT_TYPE | getReturnCode () const |
Gets the code of the error. More... | |
std::string dca::ExDca::getDescription | ( | ) | const | |
throw | ( | |||
) |
Returns a description of the error.
DCA_RESULT_TYPE dca::ExDca::getReturnCode | ( | ) | const |