![]() |
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 More... | |
BadFileException (const std::string &msg) | |
construct with an error message More... | |
const char * | message () const |
get the error message More... | |
~BadFileException () throw () | |
used by various file parsing classes to indicate a bad file
Definition at line 21 of file BadFileException.h.
|
inlineexplicit |
construct with an error message
Definition at line 24 of file BadFileException.h.
|
inlineexplicit |
construct with an error message
Definition at line 27 of file BadFileException.h.
|
inline |
Definition at line 31 of file BadFileException.h.
|
inline |
get the error message
Definition at line 30 of file BadFileException.h.