|
OpenMM
|
This class is used for all exceptions thrown by OpenMM. More...
Inherits _object.
Public Member Functions | |
| def | __del__ |
| del(OpenMM::OpenMMException self) More... | |
| def | what |
| what(OpenMMException self) -> char const * More... | |
| def | __init__ |
| init(OpenMM::OpenMMException self, std::string const & message) -> OpenMMException init(OpenMM::OpenMMException self, OpenMMException other) -> OpenMMException More... | |
Public Attributes | |
| this | |
This class is used for all exceptions thrown by OpenMM.
| def __del__ | ( | self | ) |
del(OpenMM::OpenMMException self)
References simtk.openmm.openmm.stripUnits().
| def __init__ | ( | self, | |
| args | |||
| ) |
init(OpenMM::OpenMMException self, std::string const & message) -> OpenMMException init(OpenMM::OpenMMException self, OpenMMException other) -> OpenMMException
This class is used for all exceptions thrown by OpenMM.
References simtk.openmm.openmm.stripUnits().
| def what | ( | self, | |
| args | |||
| ) |
what(OpenMMException self) -> char const *
References simtk.openmm.openmm.stripUnits().
| this |
Referenced by System.__init__().