#include <simlpy/SimulationException.h>
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. | |
Definition at line 41 of file SimulationException.h.
| SimulationException::SimulationException | ( | const std::string & | fname, | |
| int | line | |||
| ) | [inline] |
Constructor.
| 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.
1.5.4