![]() |
Prev | Next | exception |
CppAD::mixed exception(thrower, brief) e
description = e.message(catcher)
const std::string& thrower
and is the name of the routine in which the exception occurred
(the routine that threw the exception).
const std::string& brief
and is a brief description of the exception.
const std::string& catcher
and is the name of the routine that caught the exception.
std::string description
it is a message that includes
catcher
,
thrower
and
brief
.