An exception that is thrown when the SnapPea kernel encounters a fatal error.
More...
#include <snappea/snappeatriangulation.h>
|
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.
- Python
- Not present.
◆ SnapPeaFatalError() [1/2]
regina::SnapPeaFatalError::SnapPeaFatalError |
( |
const char * |
fromFunction, |
|
|
const char * |
fromFile |
|
) |
| |
|
inline |
Creates a new exception, indicating where in the SnapPea kernel the error occurred.
- Parameters
-
fromFunction | the function from the SnapPea kernel in which the error occurred. |
fromFile | the source file from the SnapPea kernel in which the error occurred. |
◆ SnapPeaFatalError() [2/2]
Clones the given exception.
◆ operator=()
Sets this to a copy of the given exception.
◆ file
std::string regina::SnapPeaFatalError::file |
The source file from the SnapPea kernel in which the fatal error occurred.
◆ function
std::string regina::SnapPeaFatalError::function |
The function from the SnapPea kernel in which the fatal error occurred.
The documentation for this struct was generated from the following file: