Public Member Functions | |
solution_error (const std::string &what_arg) | |
solution_error (const std::string &what_arg, const std::exception &cause) | |
std::exception | cause () |
Protected Attributes | |
bool | hasCause |
const std::exception | _cause |
|
Definition at line 37 of file solution_error. References hasCause. |
|
Definition at line 40 of file solution_error. |
|
Definition at line 43 of file solution_error. References _cause. |
|
Definition at line 47 of file solution_error. Referenced by cause(), and solution_error(). |
|
Definition at line 46 of file solution_error. Referenced by solution_error(). |