CYCLUS
Public Member Functions | List of all members
cyclus::KeyError Class Reference

Detailed Description

For failed retrieval/insertion of key-based data into/from data structures.

Definition at line 47 of file error.h.

#include <error.h>

Inheritance diagram for cyclus::KeyError:
Inheritance graph
[legend]

Public Member Functions

 KeyError (std::string msg)
 
- Public Member Functions inherited from cyclus::Error
 Error ()
 
 Error (std::string msg)
 
std::string msg () const
 
void msg (std::string msg)
 
virtual const char * what () const throw ()
 
virtual ~Error () throw ()
 

Additional Inherited Members

- Protected Attributes inherited from cyclus::Error
std::string msg_
 

Constructor & Destructor Documentation

◆ KeyError()

cyclus::KeyError::KeyError ( std::string  msg)
inline

Definition at line 49 of file error.h.


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