NAG CPP Interface
error_handler::CallbackEarlyTermination

Settings help

CPP Name Style:


 #include "include/utility/nagcpp_error_handler.hpp"

 class CallbackEarlyTermination : Exception

1 Description

The exception thrown / to throw to terminate a callback early.

2 Variables

2.1Public Variables

eptr std::exception_ptr Scalar
A pointer to the exception raised in the callback.

3 Methods

CallbackEarlyTermination(std::string fun-name, std::string msg, ErrorCategory type, std::exception_ptr eptr)
CallbackEarlyTermination(std::string fun-name, std::string msg, ErrorCategory type, std::exception_ptr eptr)
CallbackEarlyTermination(std::string fun-name, std::string msg, ErrorCategory type, std::exception_ptr eptr)