#include <gauge3d/error.h>
Public Methods | |
GException (GString cause,GString file,int line) | |
virtual | ~GException () |
GString | Cause ()const |
A human-readable string describing the cause of the error. | |
GString | File ()const |
The source file from which the exception was thrown. | |
int | Line ()const |
The line of the source file from which the exception was thrown. |
|
Rather than call this, use the macro GAUGE3D_FATAL_ERROR to create and throw an exception. |