My Project
Public Member Functions | List of all members
Error::FileError Class Reference

FileError class to handle throw, inherited from Errors. More...

#include <FileError.hpp>

Inheritance diagram for Error::FileError:
Error::Errors

Public Member Functions

 FileError (std::string const &message) throw ()
 Construct a new File Error object. More...
 
virtual ~FileError () throw ()
 Destroy the File Error object.
 
- Public Member Functions inherited from Error::Errors
 Errors (std::string const &message) throw ()
 Construct a new Errors object. More...
 
virtual ~Errors () throw ()
 Destroy the Errors object.
 
const char * what () const throw ()
 Define the message error object. More...
 

Detailed Description

FileError class to handle throw, inherited from Errors.

Constructor & Destructor Documentation

◆ FileError()

Error::FileError::FileError ( std::string const &  message)
throw (
)

Construct a new File Error object.

Parameters
messageMessage to throw

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