used to indicate errors from incorrect confomer access More...
#include <Conformer.h>
Inherits std::exception.
Public Member Functions | |
| ConformerException (const char *msg) | |
| construct with an error message | |
| ConformerException (const std::string msg) | |
| construct with an error message | |
| const char * | message () const |
| get the error message | |
| ~ConformerException () throw () | |
used to indicate errors from incorrect confomer access
Definition at line 21 of file Conformer.h.
| RDKit::ConformerException::ConformerException | ( | const char * | msg | ) | [inline] |
construct with an error message
Definition at line 24 of file Conformer.h.
| RDKit::ConformerException::ConformerException | ( | const std::string | msg | ) | [inline] |
construct with an error message
Definition at line 26 of file Conformer.h.
| RDKit::ConformerException::~ConformerException | ( | ) | throw () [inline] |
Definition at line 29 of file Conformer.h.
| const char* RDKit::ConformerException::message | ( | ) | const [inline] |
get the error message
Definition at line 28 of file Conformer.h.
1.7.1