![]() |
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 31 of file FileParsers.h.
|
inlineexplicit |
construct with an error message
Definition at line 35 of file FileParsers.h.
|
inlineexplicit |
construct with an error message
Definition at line 37 of file FileParsers.h.
|
overridedefaultnoexcept |
|
inlineoverridenoexcept |
get the error message
Definition at line 40 of file FileParsers.h.