|
Csd 1.1.4; VERSION ${PROJECT_VERSION}
|
Exception thrown when invalid CSD characters are encountered. More...
#include <csd.hpp>


Public Member Functions | |
| invalid_csd_format (const std::string &message) | |
| Construct invalid CSD format exception. | |
Exception thrown when invalid CSD characters are encountered.
This exception is thrown when functions encounter characters other than '0', '+', '-', or '.' in CSD strings
|
inlineexplicit |
Construct invalid CSD format exception.
| message | Error message describing the invalid format |