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