#include <MmapError.h>
Public Methods | |
CMmapError (const char *pDoing) | |
CMmapError (const string &rDoing) | |
CMmapError (const CMmapError &aCMmapError) | |
virtual | ~CMmapError () |
CMmapError | operator= (const CMmapError &aCMmapError) |
int | operator== (const CMmapError &aCMmapError) |
virtual const char * | ReasonText () const |
Protected Methods | |
void | UpdateReason () |
Private Attributes | |
string | m_ReasonText |
This file defines the CMmapError class.
Author: Jason Venema NSCL Michigan State University East Lansing, MI 48824-1321 mailto: venemaja@msu.edu
Definition at line 304 of file MmapError.h.
|
Definition at line 310 of file MmapError.h. References UpdateReason(). |
|
Definition at line 314 of file MmapError.h. References UpdateReason(). |
|
Definition at line 319 of file MmapError.h. References UpdateReason(). |
|
Definition at line 324 of file MmapError.h. |
|
Definition at line 327 of file MmapError.h. References UpdateReason(). |
|
Definition at line 337 of file MmapError.h. |
|
Purpose: Returns a string which describes the reason for the exception Definition at line 302 of file MmapError.cpp. References m_ReasonText. |
|
Purpose: Updates the ReasonText based on the current exception. Definition at line 314 of file MmapError.cpp. References m_ReasonText. Referenced by CMmapError(), and operator=(). |
|
Definition at line 306 of file MmapError.h. Referenced by ReasonText(), and UpdateReason(). |