IOException
- 
class HPS::IOException : public HPS::Exception
- The IOException class is an exception that is thrown if there was a problem during file import or export. - Public Functions - 
inline IOException(char const *in_info, IOResult in_result)
- 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. 
 
 
 - Public Members - 
IOResult result
- Enumeration indicating the category of the exception. 
 
- 
inline IOException(char const *in_info, IOResult in_result)
