![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <DatastructsException.h>
Public Member Functions | |
DatastructsException (const char *msg) | |
construct with an error message More... | |
DatastructsException (const std::string &msg) | |
construct with an error message More... | |
const char * | message () const |
get the error message More... | |
~DatastructsException () throw () | |
Definition at line 15 of file DatastructsException.h.
|
inline |
construct with an error message
Definition at line 18 of file DatastructsException.h.
|
inline |
construct with an error message
Definition at line 20 of file DatastructsException.h.
|
inline |
Definition at line 23 of file DatastructsException.h.
|
inline |
get the error message
Definition at line 22 of file DatastructsException.h.