#include <FileParseException.h>
Public Member Functions | |
| FileParseException (const char *msg) | |
| construct with an error message | |
| FileParseException (const std::string msg) | |
| construct with an error message | |
| const char * | message () const |
| get the error message | |
| ~FileParseException () throw () | |
Definition at line 14 of file FileParseException.h.
| RDKit::FileParseException::FileParseException | ( | const char * | msg | ) | [inline, explicit] |
| RDKit::FileParseException::FileParseException | ( | const std::string | msg | ) | [inline, explicit] |
| RDKit::FileParseException::~FileParseException | ( | ) | throw () [inline] |
Definition at line 22 of file FileParseException.h.
| const char* RDKit::FileParseException::message | ( | ) | const [inline] |
1.5.5