#include <Grid3D.h>
|
| | GridException (const char *msg) |
| | construct with an error message
|
| |
| | GridException (std::string msg) |
| | construct with an error message
|
| |
| const char * | what () const noexcept override |
| | get the error message
|
| |
| | ~GridException () noexcept override=default |
| |
Definition at line 23 of file Grid3D.h.
◆ GridException() [1/2]
| RDGeom::GridException::GridException |
( |
const char * | msg | ) |
|
|
inline |
construct with an error message
Definition at line 26 of file Grid3D.h.
◆ GridException() [2/2]
| RDGeom::GridException::GridException |
( |
std::string | msg | ) |
|
|
inline |
construct with an error message
Definition at line 28 of file Grid3D.h.
◆ ~GridException()
| RDGeom::GridException::~GridException |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ what()
| const char * RDGeom::GridException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
get the error message
Definition at line 30 of file Grid3D.h.
The documentation for this class was generated from the following file: