Csd 1.1.4; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Public Member Functions | List of all members
csd::invalid_csd_format Class Reference

Exception thrown when invalid CSD characters are encountered. More...

#include <csd.hpp>

Inheritance diagram for csd::invalid_csd_format:
Inheritance graph
[legend]
Collaboration diagram for csd::invalid_csd_format:
Collaboration graph
[legend]

Public Member Functions

 invalid_csd_format (const std::string &message)
 Construct invalid CSD format exception.
 

Detailed Description

Exception thrown when invalid CSD characters are encountered.

This exception is thrown when functions encounter characters other than '0', '+', '-', or '.' in CSD strings

Constructor & Destructor Documentation

◆ invalid_csd_format()

csd::invalid_csd_format::invalid_csd_format ( const std::string &  message)
inlineexplicit

Construct invalid CSD format exception.

Parameters
messageError message describing the invalid format

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