Public Member Functions

RDKit::MolAlign::MolAlignException Class Reference

#include <AlignMolecules.h>

Inherits std::exception.

List of all members.

Public Member Functions

 MolAlignException (const char *msg)
 construct with an error message
 MolAlignException (const std::string msg)
 construct with an error message
const char * message () const
 get the error message
 ~MolAlignException () throw ()

Detailed Description

Definition at line 20 of file AlignMolecules.h.


Constructor & Destructor Documentation

RDKit::MolAlign::MolAlignException::MolAlignException ( const char *  msg  )  [inline]

construct with an error message

Definition at line 23 of file AlignMolecules.h.

RDKit::MolAlign::MolAlignException::MolAlignException ( const std::string  msg  )  [inline]

construct with an error message

Definition at line 25 of file AlignMolecules.h.

RDKit::MolAlign::MolAlignException::~MolAlignException (  )  throw () [inline]

Definition at line 28 of file AlignMolecules.h.


Member Function Documentation

const char* RDKit::MolAlign::MolAlignException::message (  )  const [inline]

get the error message

Definition at line 27 of file AlignMolecules.h.


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