OEMolDBException

class OEMolDBException : public std::exception

The exception that is raised when the OEMolDatabase constructors fail.

Constructors

OEMolDBException(const std::string& msg)

Construct the exception with the msg.

what

const char* what() const

Returns the message used to construct this exception.