A class to define a FASP Manager send related exception.
More...
|
FASP_MANAGER_API | SendException () |
| Constructs this default FASP send exception.
|
|
FASP_MANAGER_API | SendException (std::string err_msg) |
|
FASP_MANAGER_API | ~SendException () |
| Deconstructs this FASP send exception.
|
|
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 () |
|
|
std::string | m_err_msg |
| The error message associated with this FASP exception.
|
|
A class to define a FASP Manager send related exception.
Constructs this FASP send exception.
- Parameters
-
err_msg | the error message associated with this FASP send exception |