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