Regina 7.3 Calculation Engine
|
An exception thrown when Regina has certified that a mathematical problem has no solution. More...
#include <utilities/exception.h>
Public Member Functions | |
NoSolution () | |
Creates a new exception with a stock error message. More... | |
NoSolution (const NoSolution &) noexcept=default | |
Creates a new copy of the given exception. More... | |
NoSolution & | operator= (const NoSolution &) noexcept=default |
Sets this to be a copy of the given exception. More... | |
An exception thrown when Regina has certified that a mathematical problem has no solution.
Note that the constructor for this exception class follows a different pattern from most of Regina's exception classes.
|
inline |
Creates a new exception with a stock error message.
|
defaultnoexcept |
Creates a new copy of the given exception.
|
defaultnoexcept |
Sets this to be a copy of the given exception.