SST/macro
Public Member Functions | List of all members
sprockit::invalid_key_error Struct Reference

Key to a map was not in the map. More...

#include <errors.h>

Inheritance diagram for sprockit::invalid_key_error:
Inheritance graph
Collaboration diagram for sprockit::invalid_key_error:
Collaboration graph

Public Member Functions

 invalid_key_error (const std::string &msg)
 
virtual ~invalid_key_error () throw ()
 
- Public Member Functions inherited from sprockit::spkt_error
 spkt_error (const std::string &msg)
 
virtual ~spkt_error () throw ()
 
virtual const char * what () const throw ()
 

Additional Inherited Members

- Public Attributes inherited from sprockit::spkt_error
const std::string message
 

Detailed Description

Key to a map was not in the map.

Definition at line 204 of file errors.h.

Constructor & Destructor Documentation

sprockit::invalid_key_error::invalid_key_error ( const std::string &  msg)
inline

Definition at line 205 of file errors.h.

virtual sprockit::invalid_key_error::~invalid_key_error ( )
throw (
)
inlinevirtual

Definition at line 209 of file errors.h.


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