GSIException.h

Go to the documentation of this file.
00001 //Copyright GSI 2012
00002 #ifndef GSIEXCEPTION_H_
00003 #define GSIEXCEPTION_H_
00004 
00005 #include <fesa-core/Exception/FesaException.h>
00006 #include <fesa-core-gsi/Exception/FesaGSIExceptionDef.h>
00007 
00008 namespace fesaGSI
00009 {
00010 
00011     class GSIException: public fesa::FesaException
00012     {
00013         public:
00014 
00021             GSIException(std::string file, long lineNumber,const char* errorCode, ...);
00022 
00023             virtual ~GSIException() throw();
00024 
00025     };
00026 
00027 }//end namespace
00028 
00029 #endif /* GSIEXCEPTION_H_ */

Generated on 25 Jan 2013 for fesa-core-gsi by  doxygen 1.6.1