Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

jobc::Exception Class Reference

A standard exception to be thrown by reconstruction code. More...

#include <Exception.h>

List of all members.

Public Member Functions

 Exception (const char *expr, const char *msg, const char *file, int line)

Public Attributes

std::string fExpression
 The expression to be asserted.

std::string fMessage
 Text error message.

std::string fFile
 File producing exception.

int fLine
 Line # within file producing exception.


Detailed Description

A standard exception to be thrown by reconstruction code.

Exception will be caught by JobCJob, and unless --nodump option was passed to anamipp, the job will stop.

Definition at line 35 of file fmwk/JobControl/Exception.h.


Constructor & Destructor Documentation

jobc::Exception::Exception const char *  expr,
const char *  msg,
const char *  file,
int  line
[inline]
 

Definition at line 37 of file fmwk/JobControl/Exception.h.

References fExpression, fFile, fLine, and fMessage.

00037                                                                              :
00038       fExpression(expr), 
00039       fMessage(msg),
00040       fFile(file),
00041       fLine(line)
00042       { }
    std::string fExpression; 


Member Data Documentation

std::string jobc::Exception::fExpression
 

The expression to be asserted.

Definition at line 43 of file fmwk/JobControl/Exception.h.

Referenced by Exception().

std::string jobc::Exception::fFile
 

File producing exception.

Definition at line 45 of file fmwk/JobControl/Exception.h.

Referenced by Exception().

int jobc::Exception::fLine
 

Line # within file producing exception.

Definition at line 46 of file fmwk/JobControl/Exception.h.

Referenced by Exception().

std::string jobc::Exception::fMessage
 

Text error message.

Definition at line 44 of file fmwk/JobControl/Exception.h.

Referenced by Exception().


The documentation for this class was generated from the following file:
Generated on Fri Jul 25 02:05:54 2008 for NOvA Offline by doxygen 1.3.5