OperationException.h

Go to the documentation of this file.
00001 // OperationException.h: interface for the OperationException class.
00002 //
00004 
00005 #if !defined(AFX_OPERATIONEXCEPTION_H__2F2A8F9F_E28C_46B5_B5FC_E4A4CC391EEA__INCLUDED_)
00006 #define AFX_OPERATIONEXCEPTION_H__2F2A8F9F_E28C_46B5_B5FC_E4A4CC391EEA__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "Exception.h"
00013 
00015 class OperationException : public Exception  
00016 {
00017 public:
00018     
00019         OperationException() throw();
00020         virtual ~OperationException() throw();
00021 
00022         virtual std::string makeDescription()=0;
00023         virtual std::string makeReason()=0;
00024         virtual std::string makeOrigin(std::string sOrigin)=0;
00025 };
00026 
00027 #endif // !defined(AFX_OPERATIONEXCEPTION_H__2F2A8F9F_E28C_46B5_B5FC_E4A4CC391EEA__INCLUDED_)

Generated on Fri Jul 10 10:31:55 2009 for Utils Library by  doxygen 1.4.5