NAG CPP Interface
error_handler::CallbackException

 #include "include/utility/nagcpp_error_handler.hpp"

 class CallbackException : Exception

1 Description

The exception thrown when an exception has been raised in a callback.

2 Variables

2.1Public Variables

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

3 Methods

None.