DTN::Exception Class Reference

Base class for DTN library exceptions. More...

#include <dtn/Exception.h>

Inheritance diagram for DTN::Exception:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 Exception (const std::string &fname, int line)
 Constructor.
virtual ~Exception ()
 Virtual destructor.
const std::string & fname () const
 The name of the file in which the exception was thrown.
int line () const
 The line on which the exception was thrown.


Detailed Description

Base class for DTN library exceptions.

Definition at line 40 of file Exception.h.


Constructor & Destructor Documentation

DTN::Exception::Exception ( const std::string &  fname,
int  line 
) [inline]

Constructor.

Parameters:
fname Name of the file in which the exception was thrown
line The line on which the exception was thrown

Definition at line 46 of file Exception.h.


The documentation for this class was generated from the following file:
Generated on Mon Mar 24 11:15:48 2008 for Pydtn Simulator by  doxygen 1.5.4