class Gambit::invalid_loop_iteration_exception

Gambit invalid loop iteration exception class.

#include <exceptions.hpp>

Inherits from Gambit::special_exception, std::exception

Public Functions

Name
invalid_loop_iteration_exception()
Constructor.

Additional inherited members

Public Functions inherited from Gambit::special_exception

Name
special_exception(const char * what)
Constructor.
virtual~special_exception()
Destructor.
virtual const char *what() const
Retrieve the identity of the exception.
std::stringmessage()
Retrieve the message that this exception was raised with.
virtual voidraise(const std::string & msg)
Raise the exception, i.e. throw it.

Public Attributes inherited from Gambit::special_exception

Name
intinvalidcode
Integer code used for exceptions.

Protected Attributes inherited from Gambit::special_exception

Name
std::stringmyMessage
The message passed when this exception is raised.

Public Functions Documentation

function invalid_loop_iteration_exception

invalid_loop_iteration_exception()

Constructor.

Gambit invalid loop iteration exception class methods.

Constructor


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