RDKit
Open-source cheminformatics and machine learning.
|
#include <DatastructsException.h>
Public Member Functions | |
DatastructsException (const char *msg) | |
construct with an error message | |
DatastructsException (std::string msg) | |
construct with an error message | |
const char * | what () const noexcept override |
get the error message | |
~DatastructsException () noexcept override=default | |
Definition at line 17 of file DatastructsException.h.
|
inline |
construct with an error message
Definition at line 20 of file DatastructsException.h.
|
inline |
construct with an error message
Definition at line 22 of file DatastructsException.h.
|
overridedefaultnoexcept |
|
inlineoverridenoexcept |
get the error message
Definition at line 24 of file DatastructsException.h.