![]() |
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 More... | |
FileParseException (const std::string msg) | |
construct with an error message More... | |
const char * | message () const |
get the error message More... | |
~FileParseException () throw () | |
used by various file parsing classes to indicate a parse error
Definition at line 18 of file FileParseException.h.
|
inlineexplicit |
construct with an error message
Definition at line 21 of file FileParseException.h.
|
inlineexplicit |
construct with an error message
Definition at line 23 of file FileParseException.h.
|
inline |
Definition at line 26 of file FileParseException.h.
|
inline |
get the error message
Definition at line 25 of file FileParseException.h.