LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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: