A class to define an invalid API operation. More...
Public Member Functions | |
FASP_MANAGER_API | InvalidOperationException () |
Constructs this default FASP state exception. | |
FASP_MANAGER_API | InvalidOperationException (std::string err_msg) |
FASP_MANAGER_API | ~InvalidOperationException () |
Deconstructs this FASP state 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 an invalid API operation.
|
inline |
Constructs this FASP state exception.
err_msg | the error message associated with this FASP state exception |