KASKADE 7 development version
Public Member Functions | Public Attributes | List of all members
Kaskade::FileIOException Class Reference

An exception class for file IO errors. More...

#include <detailed_exception.hh>

Detailed Description

An exception class for file IO errors.

Definition at line 59 of file detailed_exception.hh.

Inheritance diagram for Kaskade::FileIOException:
Kaskade::IOException Kaskade::DetailedException

Public Member Functions

 FileIOException (std::string const &message, std::string const &filename_, std::string const &file, int const line)
 

Public Attributes

std::string filename
 

Constructor & Destructor Documentation

◆ FileIOException()

Kaskade::FileIOException::FileIOException ( std::string const &  message,
std::string const &  filename_,
std::string const &  file,
int const  line 
)
inline

Definition at line 62 of file detailed_exception.hh.

Member Data Documentation

◆ filename

std::string Kaskade::FileIOException::filename

Definition at line 67 of file detailed_exception.hh.


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