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