An exception that is thrown when the SnapPea kernel encounters a fatal error.
More...
#include <snappea/snappeatriangulation.h>
|
| | SnapPeaFatalError (const char *fromFunction, const char *fromFile) |
| | Creates a new exception, indicating where in the SnapPea kernel the error occurred. More...
|
| |
|
| 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()
| 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. |
§ 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: