MeteoIODoc  2.10.0
mio::ConversionFailedException Class Reference

Detailed Description

thrown when an unsuccessful attempt to convert data types/classes is made (e.g. attempt to convert a literal into a number)

Author
Thomas Egger

#include <IOExceptions.h>

Public Member Functions

 ConversionFailedException (const std::string &message="", const std::string &position="")
 
- Public Member Functions inherited from mio::IOException
 IOException (const std::string &message="IOException occured", const std::string &position="")
 
virtual const char * what () const noexcept override
 

Additional Inherited Members

- Protected Attributes inherited from mio::IOException
std::string msg
 
std::string full_output
 

Constructor & Destructor Documentation

◆ ConversionFailedException()

mio::ConversionFailedException::ConversionFailedException ( const std::string &  message = "",
const std::string &  position = "" 
)
inline

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