RSC  0.16.0
rsc::patterns::NoSuchKey Class Reference

This exception is thrown if a specified key does not exist in an associative container. More...

#include <NoSuchKey.h>

Inheritance diagram for rsc::patterns::NoSuchKey:
Inheritance graph
Collaboration diagram for rsc::patterns::NoSuchKey:
Collaboration graph

Public Member Functions

 NoSuchKey (const std::string &message)
 Constructs a new no_such_key exception which indicates the that an invalid key was used to query an associative container. More...
 
- Public Member Functions inherited from rsc::runtime::NoSuchObject
 NoSuchObject (const std::string &object)
 Constructs a new NoSuchObject exception which indicates the absence of the object specified by object. More...
 

Detailed Description

This exception is thrown if a specified key does not exist in an associative container.

Author
Jan Moringen jmori.nosp@m.nge@.nosp@m.techf.nosp@m.ak.u.nosp@m.ni-bi.nosp@m.elef.nosp@m.eld.d.nosp@m.e

Definition at line 45 of file NoSuchKey.h.

Constructor & Destructor Documentation

rsc::patterns::NoSuchKey::NoSuchKey ( const std::string &  message)

Constructs a new no_such_key exception which indicates the that an invalid key was used to query an associative container.

Parameters
messageA string describing the invalid access.

Definition at line 34 of file NoSuchKey.cpp.


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