Public Member Functions | |
FASP_MANAGER_API | ValidationException () |
Constructs a default validation exception. | |
FASP_MANAGER_API | ValidationException (std::string err_msg) |
FASP_MANAGER_API | ~ValidationException () |
Deconstructs this FASP send exception. |
FASP_MANAGER_API ValidationException | ( | std::string | err_msg | ) | [inline] |
Constructs a validation exception.
err_msg | the error message associated with failed validation exception |