|
Parsnip
parsing library
|
DataRangeError indicates a value received in a stream can't be represented. More...
#include <parsnip.h>
Public Member Functions | |
| DataRangeError (const std::string &value) | |
Public Member Functions inherited from Parsnip::Exception | |
| virtual const char * | what () const noexcept override |
| const char * | where () const noexcept |
| Retrieve the exception location information. | |
| void | addBacktraceLocation (const std::string &) |
| Insert a new portion of the exception location at the front. | |
Additional Inherited Members | |
Protected Member Functions inherited from Parsnip::Exception | |
| Exception (const std::string &why) | |
| Construct an exception. | |
| Exception (const std::string &why, const std::string &detail) | |
| Construct an exception. | |
Protected Attributes inherited from Parsnip::Exception | |
| std::string | reason |
| Storage for the exception explanation. | |
DataRangeError indicates a value received in a stream can't be represented.