Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::IOException Class Reference

The IOException class is an exception that is thrown if there was a problem during file import or export. More...

#include <hps.h>

Inheritance diagram for HPS::IOException:
Collaboration diagram for HPS::IOException:

Public Member Functions

 IOException (char const *in_info, IOResult in_result)
 The default constructor creates an IOException with an IOResult enumeration and string describing the issue. More...
 

Public Attributes

IOResult result
 Enumeration indicating the category of the exception. More...
 

Detailed Description

The IOException class is an exception that is thrown if there was a problem during file import or export.

Constructor & Destructor Documentation

◆ 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_infoString describing the cause of the exception.
in_resultIOResult enumeration indicating the category of the exception.

Member Data Documentation

◆ result

IOResult HPS::IOException::result

Enumeration indicating the category of the exception.


The documentation for this class was generated from the following file: