![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FileParsers.h>
Public Member Functions | |
MolFileUnhandledFeatureException (const char *msg) | |
construct with an error message More... | |
MolFileUnhandledFeatureException (const std::string msg) | |
construct with an error message More... | |
const char * | message () const |
get the error message More... | |
~MolFileUnhandledFeatureException () noexcept override | |
Definition at line 28 of file FileParsers.h.
|
inlineexplicit |
construct with an error message
Definition at line 31 of file FileParsers.h.
|
inlineexplicit |
construct with an error message
Definition at line 33 of file FileParsers.h.
|
inlineoverridenoexcept |
Definition at line 37 of file FileParsers.h.
|
inline |
get the error message
Definition at line 36 of file FileParsers.h.