ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Attribute::DoesNotExist Class Reference

Description

Exception for non-existing values.

This exception is thrown when querying an attribute value and no value is stored for the specified attribute ID.

Definition at line 182 of file Attribute.h.

#include <util/Sawyer/Attribute.h>

Inheritance diagram for Sawyer::Attribute::DoesNotExist:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Attribute::DoesNotExist:
Collaboration graph
[legend]

Public Member Functions

 DoesNotExist (const std::string &attrName)
 Constructor taking an attribute name or description. More...
 
- Public Member Functions inherited from Sawyer::Exception::NotFound
 NotFound (const std::string &mesg)
 Constructor taking a description of the error. More...
 
- Public Member Functions inherited from Sawyer::Exception::DomainError
 DomainError (const std::string &mesg)
 Constructor taking a description of the error. More...
 
- Public Member Functions inherited from Sawyer::Exception::RuntimeError
 RuntimeError (const std::string &mesg)
 Constructor taking a description of the error. More...
 

Constructor & Destructor Documentation

Sawyer::Attribute::DoesNotExist::DoesNotExist ( const std::string &  attrName)
inlineexplicit

Constructor taking an attribute name or description.

Definition at line 187 of file Attribute.h.


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