dca_interface  6.3.4
dca::ExDca Class Reference

#include <base_classes.h>

Inheritance diagram for dca::ExDca:

Detailed Description

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.

See also
FunctionResult, DCA Generic Error Codes, DCA Error Handling

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...
 

Member Function Documentation

◆ getDescription()

std::string dca::ExDca::getDescription ( ) const
throw (
)

Returns a description of the error.

Returns
A description of the error.

◆ getReturnCode()

DCA_RESULT_TYPE dca::ExDca::getReturnCode ( ) const

Gets the code of the error.

Returns
The internal error code.
See also
DCA Generic Error Codes

The documentation for this class was generated from the following file: