Regina 7.3 Calculation Engine
|
An exception thrown when a mathematical function is not able to solve a particular instance of a problem. More...
#include <utilities/exception.h>
Public Member Functions | |
UnsolvedCase (const std::string &msg) | |
UnsolvedCase (const char *msg) | |
UnsolvedCase (const UnsolvedCase &) noexcept=default | |
UnsolvedCase & | operator= (const UnsolvedCase &) noexcept=default |
An exception thrown when a mathematical function is not able to solve a particular instance of a problem.
All member functions follow the same pattern as the parent class ReginaException, and are not documented again here.