RDKit
Open-source cheminformatics and machine learning.
|
#include <FileParsers.h>
Public Member Functions | |
MolFileUnhandledFeatureException (const char *msg) | |
construct with an error message | |
MolFileUnhandledFeatureException (const std::string msg) | |
construct with an error message | |
const char * | what () const noexcept override |
get the error message | |
~MolFileUnhandledFeatureException () noexcept override=default | |
Definition at line 32 of file FileParsers.h.
|
inlineexplicit |
construct with an error message
Definition at line 36 of file FileParsers.h.
|
inlineexplicit |
construct with an error message
Definition at line 38 of file FileParsers.h.
|
overridedefaultnoexcept |
|
inlineoverridenoexcept |
get the error message
Definition at line 41 of file FileParsers.h.