AnCH Framework  0.1
Another C++ Hack Framework
Public Member Functions | List of all members
anch::file::FileException Class Reference

#include <fileException.hpp>

Inheritance diagram for anch::file::FileException:
Collaboration diagram for anch::file::FileException:

Public Member Functions

 FileException (const std::string &message)
 
 FileException (const std::string &message, int errnum)
 
virtual ~FileException () noexcept
 
virtual const char * what () const noexcept
 

Detailed Description

File exception class.

Author
Vincent Lachenal

Constructor & Destructor Documentation

FileException::FileException ( const std::string &  message)

FileException constructor

Parameters
messageThe error message
FileException::FileException ( const std::string &  message,
int  errnum 
)

FileException constructor

Parameters
messageThe error message
errnumSystem error number
FileException::~FileException ( )
virtualnoexcept

FileException} destructor

FileException destructor

Member Function Documentation

const char * FileException::what ( ) const
virtualnoexcept

Display message error

Returns
The message error

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