PKIFPathException.h

Go to the documentation of this file.
00001 
00010 #ifndef __PKIFPATHEXCEPTIONS_H__
00011 #define __PKIFPATHEXCEPTIONS_H__
00012 
00013 #include "PKIFdll.h"
00014 #include "PKIFException.h"
00015 
00031 class CAC_API CPKIFPathException : public CPKIFException
00032 {
00033 public:
00034     CPKIFPathException(int subComponentID, int errorCode);
00035     CPKIFPathException(int subComponentID, int errorCode, char* fileName, int lineNumber);
00036     CPKIFPathException(int subComponentID, int errorCode, const char* errorDescription);                                     //DESCRIPTION MUST NOT BE NULL
00037     CPKIFPathException(int subComponentID, int errorCode, const char* errorDescription, char* fileName, int lineNumber); //DESCRIPTION MUST NOT BE NULL
00038     virtual ~CPKIFPathException(void) STDLIB_SUPER_THROW;
00039 
00040 private:
00042     CPKIFPathException& operator=(const CPKIFPathException& rhs); //added 4/6/2004
00043 };
00044 
00045 #endif

Generated on Mon Nov 15 11:15:55 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6