#include <Exception.h>
Public Member Functions | |
NotFoundException (const std::string &context) throw () | |
virtual const char * | type () const throw () |
Get a string tag identifying the exception type. |
It is a direct child of ContextException, and has the very same semantics.
Tagcoll::NotFoundException::NotFoundException | ( | const std::string & | context | ) | throw () [inline] |
virtual const char* Tagcoll::NotFoundException::type | ( | ) | const throw () [inline, virtual] |