LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
One point in the Traceback vector held by Exception. More...
#include <Exception.h>
Public Member Functions | |
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.
Definition at line 80 of file Exception.h.
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. |
Definition at line 37 of file Exception.cc.
char const* lsst::pex::exceptions::Tracepoint::_file |
Definition at line 92 of file Exception.h.
char const* lsst::pex::exceptions::Tracepoint::_func |
Definition at line 94 of file Exception.h.
int lsst::pex::exceptions::Tracepoint::_line |
Definition at line 93 of file Exception.h.
std::string lsst::pex::exceptions::Tracepoint::_message |
Definition at line 95 of file Exception.h.