FileOpenException Class Reference

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

+ Inheritance diagram for FileOpenException:

Public Member Functions

 FileOpenException (std::string filename)
 
std::string name () const override
 
 ~FileOpenException () noexcept override
 
- Public Member Functions inherited from FileIOException
 FileIOException (std::string fileName)
 
std::string name () const override
 
 ~FileIOException () noexcept override
 

Additional Inherited Members

- Public Attributes inherited from FileIOException
std::string fileName
 

Detailed Description

Definition at line 58 of file FileIOException.h.

Constructor & Destructor Documentation

◆ FileOpenException()

FileOpenException ( std::string  filename)
inline

Definition at line 61 of file FileIOException.h.

◆ ~FileOpenException()

~FileOpenException ( )
inlineoverridenoexcept

Definition at line 66 of file FileIOException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 68 of file FileIOException.h.


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