List of all members | Public Member Functions
thor::StringConversionException Class Reference

Exception class for failed string conversions. More...

Inherits Exception.

Public Member Functions

 StringConversionException (const std::string &message)
 Constructor. More...
 

Detailed Description

Exception class for failed string conversions.

Is used if a string cannot be meaningfully converted to a value or vice versa.

Constructor & Destructor Documentation

thor::StringConversionException::StringConversionException ( const std::string &  message)
explicit

Constructor.

Parameters
messageThe exception message (how the error occurred).

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