ROSE 0.11.145.147
Public Member Functions | List of all members
Sawyer::Attribute::AlreadyExists Class Reference

Description

Exception thrown when redeclaring an existing attribute.

Definition at line 192 of file Attribute.h.

#include <Sawyer/Attribute.h>

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

Public Member Functions

 AlreadyExists (const std::string &attrName, Id id)
 Constructor taking an attribute name or description.
 
- Public Member Functions inherited from Sawyer::Exception::AlreadyExists
 AlreadyExists (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

◆ ~AlreadyExists()

Sawyer::Attribute::AlreadyExists::~AlreadyExists ( )
throw (
)
inline

Definition at line 194 of file Attribute.h.

◆ AlreadyExists()

Sawyer::Attribute::AlreadyExists::AlreadyExists ( const std::string &  attrName,
Id  id 
)
inline

Constructor taking an attribute name or description.

Definition at line 197 of file Attribute.h.

References Sawyer::Attribute::id().


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