ROSE 0.11.145.147
Public Member Functions | List of all members
Sawyer::Exception::NotFound Class Reference

Description

Error for non-existing values.

This error is thrown when querying a container and no value is stored for the specified key.

Definition at line 39 of file Sawyer/Exception.h.

#include <Sawyer/Exception.h>

Inheritance diagram for Sawyer::Exception::NotFound:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Exception::NotFound:
Collaboration graph
[legend]

Public Member Functions

 NotFound (const std::string &mesg)
 Constructor taking a description of the error.
 
- Public Member Functions inherited from Sawyer::Exception::DomainError
 DomainError (const std::string &mesg)
 Constructor taking a description of the error.
 
- Public Member Functions inherited from Sawyer::Exception::RuntimeError
 RuntimeError (const std::string &mesg)
 Constructor taking a description of the error.
 

Constructor & Destructor Documentation

◆ ~NotFound()

Sawyer::Exception::NotFound::~NotFound ( )
throw (
)
inline

Definition at line 41 of file Sawyer/Exception.h.

◆ NotFound()

Sawyer::Exception::NotFound::NotFound ( const std::string &  mesg)
inlineexplicit

Constructor taking a description of the error.

Definition at line 44 of file Sawyer/Exception.h.


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