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

#include <SmilesParse.h>

Inheritance diagram for RDKit::SmilesParseException:

Public Member Functions

 SmilesParseException (const char *msg)
 
 SmilesParseException (const std::string msg)
 
const char * message () const
 
 ~SmilesParseException () throw ()
 

Detailed Description

Definition at line 105 of file SmilesParse.h.

Constructor & Destructor Documentation

◆ SmilesParseException() [1/2]

RDKit::SmilesParseException::SmilesParseException ( const char *  msg)
inline

Definition at line 107 of file SmilesParse.h.

◆ SmilesParseException() [2/2]

RDKit::SmilesParseException::SmilesParseException ( const std::string  msg)
inline

Definition at line 108 of file SmilesParse.h.

◆ ~SmilesParseException()

RDKit::SmilesParseException::~SmilesParseException ( )
throw (
)
inline

Definition at line 110 of file SmilesParse.h.

Member Function Documentation

◆ message()

const char* RDKit::SmilesParseException::message ( ) const
inline

Definition at line 109 of file SmilesParse.h.


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