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

Erorr class to handle throw. More...

#include <Errors.hpp>

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

Public Member Functions

 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

Erorr class to handle throw.

Constructor & Destructor Documentation

◆ Errors()

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

Construct a new Errors object.

Parameters
messageMessage to throw

Member Function Documentation

◆ what()

const char * Error::Errors::what ( ) const
throw (
)

Define the message error object.

Returns
const char* Message that has been throwed

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