#include <SmilesParse.h>
Public Member Functions | |
| SmilesParseException (const char *msg) | |
| SmilesParseException (const std::string msg) | |
| const char * | message () const |
| ~SmilesParseException () throw () | |
Definition at line 18 of file SmilesParse.h.
| RDKit::SmilesParseException::SmilesParseException | ( | const char * | msg | ) | [inline] |
Definition at line 20 of file SmilesParse.h.
| RDKit::SmilesParseException::SmilesParseException | ( | const std::string | msg | ) | [inline] |
Definition at line 21 of file SmilesParse.h.
| RDKit::SmilesParseException::~SmilesParseException | ( | ) | throw () [inline] |
Definition at line 23 of file SmilesParse.h.
| const char* RDKit::SmilesParseException::message | ( | ) | const [inline] |
Definition at line 22 of file SmilesParse.h.
1.5.6