RDKit
Open-source cheminformatics and machine learning.
RDKit::FileParseException Class Reference

used by various file parsing classes to indicate a parse error More...

#include <FileParseException.h>

Inheritance diagram for RDKit::FileParseException:

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 * what () const noexcept override
 get the error message More...
 
const char * message () const noexcept
 
 ~FileParseException () noexcept
 

Detailed Description

used by various file parsing classes to indicate a parse error

Definition at line 19 of file FileParseException.h.

Constructor & Destructor Documentation

◆ FileParseException() [1/2]

RDKit::FileParseException::FileParseException ( const char *  msg)
inlineexplicit

construct with an error message

Definition at line 22 of file FileParseException.h.

◆ FileParseException() [2/2]

RDKit::FileParseException::FileParseException ( const std::string  msg)
inlineexplicit

construct with an error message

Definition at line 25 of file FileParseException.h.

◆ ~FileParseException()

RDKit::FileParseException::~FileParseException ( )
inlinenoexcept

Definition at line 30 of file FileParseException.h.

Member Function Documentation

◆ message()

const char* RDKit::FileParseException::message ( ) const
inlinenoexcept

Definition at line 29 of file FileParseException.h.

References what().

◆ what()

const char* RDKit::FileParseException::what ( ) const
inlineoverridenoexcept

get the error message

Definition at line 28 of file FileParseException.h.

Referenced by message().


The documentation for this class was generated from the following file: