lsst.pex.exceptions
8.0.0.0-23-g68b96ed
|
One point in the Traceback vector held by Exception. More...
#include <Exception.h>
Public Member Functions | |
Tracepoint (void) | |
Default constructor. | |
Tracepoint (char const *file, int line, char const *func, std::string const &message) | |
Public Attributes | |
char const * | _file |
int | _line |
char const * | _func |
std::string | _message |
One point in the Traceback vector held by Exception.
Default constructor.
lsst::pex::exceptions::Tracepoint::Tracepoint | ( | char const * | file, |
int | line, | ||
char const * | func, | ||
std::string const & | message | ||
) |
Standard constructor, intended for C++ use.
[in] | file | Filename. |
[in] | line | Line number. |
[in] | func | Function name. |
[in] | message | Informational string attached to exception. |
char const* lsst::pex::exceptions::Tracepoint::_file |
char const* lsst::pex::exceptions::Tracepoint::_func |
std::string lsst::pex::exceptions::Tracepoint::_message |