Program: ViewerNDimensionsException
Module: $RCSfile: ViewerNDimensionsException.h,v $
Language: C++
- Date: $Date: 2008/10/31 15:08:40 $
- Version: $Revision: 1.1 $
+ Date: $Date: 2008/11/07 09:43:13 $
+ Version: $Revision: 1.2 $
Objective: Exception of the program when something has setted wrong
Authot: Monica Maria Lozano Romero
//NAMESPACE
- class ViewerNDimensionsException: public std::exception
+ class ViewerNDimensionsException:
+ public std::exception
{
public:
//====== LIFECYCLE ========
{
this->msg=msg;
}
+ virtual ~ViewerNDimensionsException() throw ();
+
+
//======= INQUIRY ===========
virtual const char* what() const throw()
{
*/
std::string msg;
};//viewerNDimensionsException;
-#endif
\ No newline at end of file
+#endif