Exception class for failed string conversions. More...

Public Member Functions | |
| StringConversionException (const std::string &message) | |
| Constructor. | |
Exception class for failed string conversions.
Is used if a string cannot be meaningfully converted to a value or vice versa.
| thor::StringConversionException::StringConversionException | ( | const std::string & | message | ) | [explicit] |
Constructor.
| message | The exception message (how the error occurred). |