Regina Calculation Engine
|
An exception that is thrown when the SnapPea kernel encounters a fatal error. More...
#include <snappea/snappeatriangulation.h>
Public Member Functions | |
SnapPeaFatalError (const char *fromFunction, const char *fromFile) | |
Creates a new exception, indicating where in the SnapPea kernel the error occurred. More... | |
SnapPeaFatalError (const SnapPeaFatalError &)=default | |
Clones the given exception. More... | |
SnapPeaFatalError & | operator= (const SnapPeaFatalError &)=default |
Sets this to a copy of the given exception. More... | |
Public Attributes | |
std::string | function |
The function from the SnapPea kernel in which the fatal error occurred. More... | |
std::string | file |
The source file from the SnapPea kernel in which the fatal error occurred. More... | |
An exception that is thrown when the SnapPea kernel encounters a fatal error.