RDGeom::GridException Class Reference
#include <Grid3D.h>
List of all members.
Public Member Functions |
| | GridException (const char *msg) |
| | construct with an error message
|
| | GridException (const std::string msg) |
| | construct with an error message
|
| const char * | message () const |
| | get the error message
|
| | ~GridException () throw () |
Detailed Description
Definition at line 17 of file Grid3D.h.
Constructor & Destructor Documentation
| RDGeom::GridException::GridException |
( |
const char * |
msg |
) |
[inline] |
construct with an error message
Definition at line 20 of file Grid3D.h.
| RDGeom::GridException::GridException |
( |
const std::string |
msg |
) |
[inline] |
construct with an error message
Definition at line 22 of file Grid3D.h.
| RDGeom::GridException::~GridException |
( |
|
) |
throw () [inline] |
Member Function Documentation
| const char* RDGeom::GridException::message |
( |
|
) |
const [inline] |
get the error message
Definition at line 24 of file Grid3D.h.
The documentation for this class was generated from the following file: