Regina Calculation Engine
Public Member Functions | Public Attributes | List of all members
regina::SnapPeaFatalError Struct Reference

An exception that is thrown when the SnapPea kernel encounters a fatal error. More...

#include <snappea/snappeatriangulation.h>

Inheritance diagram for regina::SnapPeaFatalError:
regina::SnapPeaException

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...
 
SnapPeaFatalErroroperator= (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...
 

Detailed Description

An exception that is thrown when the SnapPea kernel encounters a fatal error.

Python:\n Not present.

The documentation for this struct was generated from the following file:

Copyright © 1999-2018, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).