LSSTApplications  20.0.0
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)
 Standard constructor, intended for C++ use. More...
 

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 79 of file Exception.h.

Constructor & Destructor Documentation

◆ Tracepoint()

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 39 of file Exception.cc.

40  : _file(file), _line(line), _func(func), _message(message) {}

Member Data Documentation

◆ _file

char const* lsst::pex::exceptions::Tracepoint::_file

Definition at line 90 of file Exception.h.

◆ _func

char const* lsst::pex::exceptions::Tracepoint::_func

Definition at line 92 of file Exception.h.

◆ _line

int lsst::pex::exceptions::Tracepoint::_line

Definition at line 91 of file Exception.h.

◆ _message

std::string lsst::pex::exceptions::Tracepoint::_message

Definition at line 93 of file Exception.h.


The documentation for this struct was generated from the following files:
lsst::pex::exceptions::Tracepoint::_message
std::string _message
Definition: Exception.h:93
lsst::pex::exceptions::Tracepoint::_file
char const * _file
Definition: Exception.h:90
lsst::pex::exceptions::Tracepoint::_line
int _line
Definition: Exception.h:91
lsst::pex::exceptions::Tracepoint::_func
char const * _func
Definition: Exception.h:92
lsst::afw.display.ds9.line
def line(points, frame=None, origin=afwImage.PARENT, symbs=False, ctype=None, size=0.5)
Definition: ds9.py:105
lsst.display.ds9.ds9.file
file
Definition: ds9.py:39