RSC  0.17.1
rsc::runtime::NoSuchObject Class Reference

This exception is thrown if a specified object does not exist. More...

#include <NoSuchObject.h>

Inheritance diagram for rsc::runtime::NoSuchObject:
Inheritance graph
Collaboration diagram for rsc::runtime::NoSuchObject:
Collaboration graph

Public Member Functions

 NoSuchObject (const std::string &object)
 Constructs a new NoSuchObject exception which indicates the absence of the object specified by object. More...
 

Detailed Description

This exception is thrown if a specified object does not exist.

Author
Jan Moringen jmori.nosp@m.nge@.nosp@m.techf.nosp@m.ak.u.nosp@m.ni-bi.nosp@m.elef.nosp@m.eld.d.nosp@m.e
Todo:
base class could be std::logic_error

Definition at line 43 of file NoSuchObject.h.

Constructor & Destructor Documentation

rsc::runtime::NoSuchObject::NoSuchObject ( const std::string &  object)

Constructs a new NoSuchObject exception which indicates the absence of the object specified by object.

Parameters
objectThe object which was specified but did not exist.

Definition at line 34 of file NoSuchObject.cpp.


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