The IOException class is an exception that is thrown if there was a problem during file import or export.
More...
#include <hps.h>
The IOException class is an exception that is thrown if there was a problem during file import or export.
◆ IOException()
HPS::IOException::IOException |
( |
char const * |
in_info, |
|
|
IOResult |
in_result |
|
) |
| |
|
inline |
The default constructor creates an IOException with an IOResult enumeration and string describing the issue.
- Parameters
-
in_info | String describing the cause of the exception. |
in_result | IOResult enumeration indicating the category of the exception. |
◆ result
Enumeration indicating the category of the exception.
The documentation for this class was generated from the following file: