Program: ViewerNDimensionsException
Module: $RCSfile: ViewerNDimensionsException.h,v $
Language: C++
- Date: $Date: 2008/11/07 09:43:13 $
- Version: $Revision: 1.2 $
+ Date: $Date: 2008/11/07 10:37:20 $
+ Version: $Revision: 1.3 $
Objective: Exception of the program when something has setted wrong
Authot: Monica Maria Lozano Romero
#include <iostream>
#include <exception>
-
+#include "ConceptInstantHandler.h"
// PROJECT INCLUDES
//NAMESPACE
- class ViewerNDimensionsException:
+ class CreaEnvironment_EXPORTS ViewerNDimensionsException:
public std::exception
{
public:
{
this->msg=msg;
}
+#if(WIN32)
+#else
virtual ~ViewerNDimensionsException() throw ();
+#endif
//======= INQUIRY ===========