Base class for exceptions.
More...
#include </home/werner/origo/vish/memcore/Exception.hpp>
List of all members.
Public Member Functions
-
Exception ()
- Empty construction.
-
Exception (const char *s) throw ()
- Construct description from native C string.
-
Exception (const std::string &s) throw ()
- Construct from STL string.
-
const char * what () const throw ()
Public Attributes
Detailed Description
Base class for exceptions.
Note: within an exception class, do NOT use std::string . Instead, using MemCore::simplestring is exception-safe.
Use MEMCORE_EXCEPTION_SRC to assign source file information.
- Author:
- Werner Benger
The documentation for this struct was generated from the following files:
- memcore/Exception.hpp
- memcore/Exception.cpp