RDKit
Open-source cheminformatics and machine learning.
|
used by various file parsing classes to indicate a parse error More...
#include <FileParseException.h>
Public Member Functions | |
FileParseException (const char *msg) | |
construct with an error message | |
FileParseException (const std::string msg) | |
construct with an error message | |
const char * | what () const noexcept override |
get the error message | |
~FileParseException () noexcept override=default | |
used by various file parsing classes to indicate a parse error
Definition at line 19 of file FileParseException.h.
construct with an error message
Definition at line 22 of file FileParseException.h.
|
inlineexplicit |
construct with an error message
Definition at line 25 of file FileParseException.h.
|
overridedefaultnoexcept |
get the error message
Definition at line 28 of file FileParseException.h.