/home/coin/SVN-release/OS-2.3.2/OS/src/OSUtils/OSErrorClass.h

Go to the documentation of this file.
00001 /* $Id: OSErrorClass.h 2698 2009-06-09 04:14:07Z kmartin $ */
00017 #ifndef ERRORCLASS_H
00018 #define ERRORCLASS_H
00019 
00020 #include <string>
00021  
00033 class ErrorClass{
00034         public:
00035                 
00039                 ErrorClass( std::string errormsg_);
00040                 
00043                 std::string errormsg;
00044         
00045 };
00046 #endif

Generated on Fri Jan 7 03:24:43 2011 by  doxygen 1.4.7