Error handler used to rethrow exceptions. More...
Public Attributes | |
| int | code |
| code used for translating messages More... | |
| int | error_code |
| error code for system_error More... | |
| char | exception_buffer [__PLUMED_WRAPPER_CXX_EXCEPTION_BUFFER] |
| short message buffer for non-throwing exceptions More... | |
| ::std::string | what |
| if exception_buffer='\0', message stored as an allocatable string More... | |
Error handler used to rethrow exceptions.
| int PLMD::Plumed::NothrowHandler::code |
code used for translating messages
| int PLMD::Plumed::NothrowHandler::error_code |
error code for system_error
| char PLMD::Plumed::NothrowHandler::exception_buffer[__PLUMED_WRAPPER_CXX_EXCEPTION_BUFFER] |
short message buffer for non-throwing exceptions
| ::std::string PLMD::Plumed::NothrowHandler::what |
if exception_buffer='\0', message stored as an allocatable string
Hosted by GitHub
|
1.8.14
|