FileIOException Class Reference

This exception is thrown when an error occurs during file access. More...

#include <ArmarXCore/core/exceptions/local/FileIOException.h>

+ Inheritance diagram for FileIOException:

Public Member Functions

 FileIOException (std::string fileName)
 
std::string name () const override
 
 ~FileIOException () noexcept override
 

Public Attributes

std::string fileName
 

Detailed Description

This exception is thrown when an error occurs during file access.

Definition at line 38 of file FileIOException.h.

Constructor & Destructor Documentation

◆ FileIOException()

FileIOException ( std::string  fileName)
inline

Definition at line 43 of file FileIOException.h.

◆ ~FileIOException()

~FileIOException ( )
inlineoverridenoexcept

Definition at line 48 of file FileIOException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 51 of file FileIOException.h.

Member Data Documentation

◆ fileName

std::string fileName

Definition at line 41 of file FileIOException.h.


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