Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIG_SimulationCannotSolveException.cpp

00001 #include "SIGEL_Simulation/SIG_SimulationCannotSolveException.h"
00002 
00003 SIGEL_Simulation::SIG_SimulationCannotSolveException::SIG_SimulationCannotSolveException(QString fileName,
00004                                                                                          int line,
00005                                                                                          QString message)
00006   : SIGEL_Tools::SIG_Exception(fileName, line, message)
00007 {
00008   this->message = "SimulationCannotSolveException: " + this->message;
00009 };
00010 
00011 SIGEL_Simulation::SIG_SimulationCannotSolveException::SIG_SimulationCannotSolveException(QString fileName,
00012                                                                                          int line,
00013                                                                                          QString message,
00014                                                                                          SIG_Exception const& prevException)
00015   : SIGEL_Tools::SIG_Exception(fileName, line, message, prevException)
00016 {
00017   this->message = "SimulationCannotSolveException: " + this->message;
00018 };

Generated at Mon Sep 3 01:32:31 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000