DataFormatError represents a syntax error in a datastream.
More...
#include <parsnip.h>
|
| | Exception (const std::string &why) |
| | Construct an exception. More...
|
| |
| | Exception (const std::string &why, const std::string &detail) |
| | Construct an exception. More...
|
| |
| std::string | reason |
| | Storage for the exception explanation. More...
|
| |
DataFormatError represents a syntax error in a datastream.
◆ DataFormatError() [1/2]
| Parsnip::DataFormatError::DataFormatError |
( |
const std::string & |
detail | ) |
|
|
inline |
◆ DataFormatError() [2/2]
| Parsnip::DataFormatError::DataFormatError |
( |
const InputStream & |
loc, |
|
|
const std::string & |
detail |
|
) |
| |
The documentation for this class was generated from the following files: