![]() |
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 * | what () const noexcept override |
get the error message More... | |
~MolFileUnhandledFeatureException () noexcept override=default | |
Definition at line 28 of file FileParsers.h.
|
inlineexplicit |
construct with an error message
Definition at line 32 of file FileParsers.h.
|
inlineexplicit |
construct with an error message
Definition at line 34 of file FileParsers.h.
|
overridedefaultnoexcept |
|
inlineoverridenoexcept |
get the error message
Definition at line 37 of file FileParsers.h.