OEMolDBException
class OEMolDBException : public std::exception
The exception that is raised when the OEMolDatabase
constructors fail.
Constructors
OEMolDBException(msg: str) -> OEMolDBException
Construct the exception with the msg.
what
what() -> str
Returns the message used to construct this exception.