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
Public Member Functions | Public Attributes | List of all members
lsst::pex::exceptions::Tracepoint Struct Reference

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
 

Detailed Description

One point in the Traceback vector held by Exception.

Definition at line 80 of file Exception.h.

Constructor & Destructor Documentation

lsst::pex::exceptions::Tracepoint::Tracepoint ( char const *  file,
int  line,
char const *  func,
std::string const &  message 
)

Standard constructor, intended for C++ use.

Parameters
[in]fileFilename.
[in]lineLine number.
[in]funcFunction name.
[in]messageInformational string attached to exception.

Definition at line 37 of file Exception.cc.

Member Data Documentation

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.


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