A class to define a FASP Manager job not found related execption. More...
Public Member Functions | |
FASP_MANAGER_API | JobNotFoundException () |
Constructs this default FASP job not found exception. | |
FASP_MANAGER_API | JobNotFoundException (std::string err_msg) |
FASP_MANAGER_API | ~JobNotFoundException () |
Deconstructs this FASP job not found 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 () |
Additional Inherited Members | |
![]() | |
std::string | m_err_msg |
The error message associated with this FASP exception. | |
A class to define a FASP Manager job not found related execption.
|
inline |
Constructs this FASP job not found exception.
err_msg | the error message associated with this FASP job not found exception |