Atlas  0.7.0
Networking protocol for the Worldforge system.
Atlas::Objects::NoSuchAttrException Class Reference

#include <BaseObject.h>

Inheritance diagram for Atlas::Objects::NoSuchAttrException:
Collaboration diagram for Atlas::Objects::NoSuchAttrException:

Public Member Functions

 NoSuchAttrException (const std::string &name) noexcept
 
 NoSuchAttrException (NoSuchAttrException &&rhs) noexcept
 
NoSuchAttrExceptionoperator= (NoSuchAttrException &&rhs) noexcept
 
const std::string & getName () const
 Get the name of the attribute which does not exist. More...
 
std::string getDescription () const
 

Detailed Description

An exception indicating the requested attribute does not exist.

This is thrown by Root::getAttr() [and derivatives thereof!]

Definition at line 35 of file BaseObject.h.

Member Function Documentation

◆ getName()

const std::string& Atlas::Objects::NoSuchAttrException::getName ( ) const
inline

Get the name of the attribute which does not exist.

Definition at line 58 of file BaseObject.h.


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