#include <hps.h>
|
| IOException (char const *in_info, IOResult in_result) |
|
| Exception (char const *in_info) |
|
|
IOResult | result |
| Enumeration indicating the category of the exception.
|
|
The IOException class is an exception that is thrown if there was a problem during file import or export.
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. |
The documentation for this class was generated from the following file:
- C:/git/visualize/hps/include/hps.h