GeoTessCPP
2.2.3
Software to facilitate storage and retrieval of 3D information about the Earth.
|
An exception class for all GeoTess objects. More...
#include <GeoTessException.h>
Public Member Functions | |
GeoTessException (std::string message, int code) | |
GeoTessException (ostringstream &os, const string &file, int line, int code) | |
GeoTessException (const string &msg, const string &file, int line, int code) | |
virtual | ~GeoTessException () |
Static Public Member Functions | |
static void | appendInfo (ostringstream &os, const string &file, int line) |
static void | appendInfo (string &msg, const string &file, int line) |
Public Attributes | |
string | emessage |
int | ecode |
An exception class for all GeoTess objects.
An exception class for all GeoTess objects.
Definition at line 67 of file GeoTessException.h.
|
inline |
Parameterized constructor specifying the error message to be displayed.
Definition at line 84 of file GeoTessException.h.
|
inline |
Standard Constructor taking a partially defined string stream, which contains the basic error message, and appending version, file, and line number (of error) to the stream before assigning its entire contents to the message of this exception. The error code is also assigned.
Definition at line 95 of file GeoTessException.h.
|
inline |
Standard Constructor taking a partially defined string stream, which contains the basic error message, and appending version, file, and line number (of error) to the stream before assigning its entire contents to the message of this exception. The error code is also assigned.
Definition at line 110 of file GeoTessException.h.
|
inlinevirtual |
Destructor.
Definition at line 121 of file GeoTessException.h.
|
inlinestatic |
Appends version, file, and line number information to the input string stream.
Definition at line 128 of file GeoTessException.h.
|
inlinestatic |
Appends version, file, and line number information to the input string stream.
Definition at line 137 of file GeoTessException.h.
int geotess::GeoTessException::ecode |
Public error code set to one of the error constantants defined in this file.
Definition at line 79 of file GeoTessException.h.
string geotess::GeoTessException::emessage |
Definition at line 74 of file GeoTessException.h.