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