Atlas 0.7.0
Networking protocol for the Worldforge system.
|
#include <BaseObject.h>
Public Member Functions | |
NoSuchAttrException (const std::string &name) noexcept | |
NoSuchAttrException (NoSuchAttrException &&rhs) noexcept | |
NoSuchAttrException & | operator= (NoSuchAttrException &&rhs) noexcept |
const std::string & | getName () const |
Get the name of the attribute which does not exist. More... | |
std::string | getDescription () const |
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.
|
inlineexplicitnoexcept |
Definition at line 40 of file BaseObject.h.
|
inlinenoexcept |
Definition at line 44 of file BaseObject.h.
|
inlineinherited |
Definition at line 26 of file Exception.h.
|
inline |
Get the name of the attribute which does not exist.
Definition at line 58 of file BaseObject.h.
|
inlinenoexcept |
Definition at line 49 of file BaseObject.h.