< Home

< Table of Contents

REFERENCE MANUAL

IOException Class Reference

#include <hps.h>

Inheritance diagram for IOException:
Exception

Public Member Functions

 IOException (char const *in_info, IOResult in_result)
 
- Public Member Functions inherited from Exception
 Exception (char const *in_info)
 

Public Attributes

IOResult result
 Enumeration indicating the category of the exception.
 

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::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.

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