#include <Conformer.h>
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 () | |
Definition at line 17 of file Conformer.h.
| RDKit::ConformerException::ConformerException | ( | const char * | msg | ) | [inline] |
| RDKit::ConformerException::ConformerException | ( | const std::string | msg | ) | [inline] |
| RDKit::ConformerException::~ConformerException | ( | ) | throw () [inline] |
Definition at line 25 of file Conformer.h.
| const char* RDKit::ConformerException::message | ( | ) | const [inline] |
1.5.6