A class providing a base for FASP management related exception handling. More...
Public Member Functions | |
FASP_MANAGER_API | Exception () |
Constructs this default FASP exception. | |
FASP_MANAGER_API | Exception (std::string err_msg) |
virtual FASP_MANAGER_API | ~Exception () |
Deconstructs this FASP exception. | |
FASP_MANAGER_API const char * | GetErrMsg () const |
Protected Attributes | |
std::string | m_err_msg |
The error message associated with this FASP exception. | |
A class providing a base for FASP management related exception handling.
|
inline |
Constructs this FASP exception.
err_msg | the error message associated with this FASP exception |
|
inline |
Gets the error message associated with this FASP exception.