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

edm::Exception Class Reference

Exceptions thrown by the event data model package. More...

#include <Exception.h>

List of all members.

Public Member Functions

 Exception (const char *f, int linenumber, int x)

Public Attributes

std::string fFile
 File name of thrower.

int fLine
 Line number of throw.

int fId
 Id number of exception (see above).


Detailed Description

Exceptions thrown by the event data model package.

Definition at line 13 of file fmwk/EventDataModel/Exception.h.


Constructor & Destructor Documentation

edm::Exception::Exception const char *  f,
int  linenumber,
int  x
[inline]
 

Construct an exception marking the file, line number, and Id code for the exception

Definition at line 17 of file fmwk/EventDataModel/Exception.h.

References fFile, fId, and fLine.

00017                                                     :
00018       fFile(f), fLine(linenumber), fId(x) 
00019       { }
  public:


Member Data Documentation

std::string edm::Exception::fFile
 

File name of thrower.

Definition at line 21 of file fmwk/EventDataModel/Exception.h.

Referenced by Exception().

int edm::Exception::fId
 

Id number of exception (see above).

Definition at line 23 of file fmwk/EventDataModel/Exception.h.

Referenced by Exception().

int edm::Exception::fLine
 

Line number of throw.

Definition at line 22 of file fmwk/EventDataModel/Exception.h.

Referenced by Exception().


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