![]() |
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 14 of file DatastructsException.h.
|
inline |
construct with an error message
Definition at line 17 of file DatastructsException.h.
|
inline |
construct with an error message
Definition at line 19 of file DatastructsException.h.
|
inline |
Definition at line 22 of file DatastructsException.h.
|
inline |
get the error message
Definition at line 21 of file DatastructsException.h.