SG++-Doxygen-Documentation
sgpp::base::file_exception Class Reference

Exception that is thrown in case of a file failure. More...

#include <file_exception.hpp>

Inheritance diagram for sgpp::base::file_exception:

Public Member Functions

 file_exception (const char *msg) throw ()
 Constructor. More...
 
 file_exception () throw ()
 Standard Constructor. More...
 
const char * what () const override throw ()
 throw method that have to be implemented More...
 
 ~file_exception () override throw ()
 Destructor. More...
 

Protected Attributes

const char * msg
 the exception message More...
 

Detailed Description

Exception that is thrown in case of a file failure.

Constructor & Destructor Documentation

◆ file_exception() [1/2]

sgpp::base::file_exception::file_exception ( const char *  msg)
throw (
)
inlineexplicit

Constructor.

Parameters
msgthe exception message

◆ file_exception() [2/2]

sgpp::base::file_exception::file_exception ( )
throw (
)
inline

Standard Constructor.

◆ ~file_exception()

sgpp::base::file_exception::~file_exception ( )
throw (
)
inlineoverride

Destructor.

Member Function Documentation

◆ what()

const char* sgpp::base::file_exception::what ( ) const
throw (
)
inlineoverride

throw method that have to be implemented

Returns
returns the message specified in the constructor otherwise a general text

References msg.

Member Data Documentation

◆ msg

const char* sgpp::base::file_exception::msg
protected

the exception message

Referenced by what().


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