MeteoIODoc  2.10.0
mio::IOException Class Reference

Detailed Description

The basic exception class adjusted for the needs of SLF software.

Author
Thomas Egger

#include <IOExceptions.h>

Public Member Functions

 IOException (const std::string &message="IOException occured", const std::string &position="")
 
virtual const char * what () const noexcept override
 

Protected Attributes

std::string msg
 
std::string full_output
 

Constructor & Destructor Documentation

◆ IOException()

mio::IOException::IOException ( const std::string &  message = "IOException occured",
const std::string &  position = "" 
)

Member Function Documentation

◆ what()

const char * mio::IOException::what ( ) const
overridevirtualnoexcept

Member Data Documentation

◆ full_output

std::string mio::IOException::full_output
protected

◆ msg

std::string mio::IOException::msg
protected

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