Parsnip
parsing library
Public Member Functions
Parsnip::NoSuchKey Class Reference

An element requested from a constant dictionary does not exist. More...

#include <parsnip.h>

Inheritance diagram for Parsnip::NoSuchKey:
Parsnip::Exception

Public Member Functions

 NoSuchKey (const std::string &key)
 
- Public Member Functions inherited from Parsnip::Exception
virtual const char * what () const noexcept override
 
const char * where () const noexcept
 Retrieve the exception location information. More...
 
void addBacktraceLocation (const std::string &)
 Insert a new portion of the exception location at the front. More...
 

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. More...
 
- Protected Attributes inherited from Parsnip::Exception
std::string reason
 Storage for the exception explanation.
 

Detailed Description

An element requested from a constant dictionary does not exist.


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