|
My Project
|
FileError class to handle throw, inherited from Errors. More...
#include <FileError.hpp>
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... | |
| Error::FileError::FileError | ( | std::string const & | message | ) | |
| throw | ( | ||||
| ) | |||||
Construct a new File Error object.
| message | Message to throw |
1.8.17