SimulationException Class Reference
[sim]

Base class for simulator exceptions. More...

#include <simlpy/SimulationException.h>

List of all members.

Public Member Functions

 SimulationException (const std::string &fname, int line)
 Constructor.
virtual ~SimulationException ()
 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 simulator exceptions.

Definition at line 41 of file SimulationException.h.


Constructor & Destructor Documentation

SimulationException::SimulationException ( 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 47 of file SimulationException.h.


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