MeteoIODoc  MeteoIODoc-2.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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="")
 
 ~IOException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

std::string msg
 
std::string full_output
 

Constructor & Destructor Documentation

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

Member Function Documentation

const char * mio::IOException::what ( ) const
throw (
)
virtual

Member Data Documentation

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

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