Bromeon
Public Member Functions
thor::StringConversionException Class Reference

Exception class for failed string conversions. More...

Inheritance diagram for thor::StringConversionException:
Inheritance graph

List of all members.

Public Member Functions

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

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: