class Gambit::MPIShutdownException

Special exception raised when emergency shutdown triggered via MPI.

#include <exceptions.hpp>

Inherits from std::exception

Public Functions

Name
MPIShutdownException(const std::string & message)
MPIShutdownException member functions.
virtual const char *what() const

Public Functions Documentation

function MPIShutdownException

MPIShutdownException(
    const std::string & message
)

MPIShutdownException member functions.

function what

virtual const char * what() const

Updated on 2023-06-26 at 21:36:50 +0000