Public Member Functions

RDGeom::GridException Class Reference

#include <Grid3D.h>

Inherits std::exception.

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 21 of file Grid3D.h.


Constructor & Destructor Documentation

RDGeom::GridException::GridException ( const char *  msg  )  [inline]

construct with an error message

Definition at line 24 of file Grid3D.h.

RDGeom::GridException::GridException ( const std::string  msg  )  [inline]

construct with an error message

Definition at line 26 of file Grid3D.h.

RDGeom::GridException::~GridException (  )  throw () [inline]

Definition at line 29 of file Grid3D.h.


Member Function Documentation

const char* RDGeom::GridException::message (  )  const [inline]

get the error message

Definition at line 28 of file Grid3D.h.


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