1 #ifndef OPENMM_OPENMMEXCEPTION_H_
2 #define OPENMM_OPENMMEXCEPTION_H_
50 const char*
what()
const throw() {
51 return message.c_str();
const char * what() const
Definition: OpenMMException.h:50
OpenMMException(const std::string &message)
Definition: OpenMMException.h:46
This class is used for all exceptions thrown by OpenMM.
Definition: OpenMMException.h:44
~OpenMMException()
Definition: OpenMMException.h:48