PlatformException.h

Go to the documentation of this file.
00001 /*
00002  * $Id: PlatformException.h 567 2007-12-02 08:24:03Z mindstorm2600 $
00003  */
00004 #ifndef __XVR2_PLATFORM_EXCEPTION_H__
00005 #define __XVR2_PLATFORM_EXCEPTION_H__
00006 #include<xvr2/xvr2config.h>
00007 #include<xvr2/CoreExceptions.h>
00008 #include<xvr2/String.h>
00009 
00010 namespace xvr2 {
00011         namespace Platform {
00013                 class PlatformException:public Exception{
00014                         public:
00018                                 PlatformException();
00019                                 PlatformException(const String &error_message);
00020                 };
00021         };
00022 };
00023 
00024 #endif

Generated on Fri Jun 20 22:55:48 2008 for X-VR2 SDK by  doxygen 1.5.5