ERSException.cpp

Go to the documentation of this file.
00001 
00010 #include "config.h"
00011 #include "PKIFERSLib.h"
00012 #include "ERSException.h"
00013 
00021 CPKIFERSException::CPKIFERSException(
00023     int subComponentID, 
00025     int errorCode)
00026     : CPKIFException(subComponentID, errorCode)
00027 {
00028 }
00036 CPKIFERSException::CPKIFERSException(
00038     int subComponentID, 
00040     int errorCode, 
00042     char* fileName, 
00045     int lineNumber)
00046     : CPKIFException(subComponentID, errorCode, fileName, lineNumber)
00047 {
00048 }
00056 CPKIFERSException::CPKIFERSException(
00058     int subComponentID, 
00060     int errorCode, 
00063     const char* errorDescription)
00064     : CPKIFException(subComponentID, errorCode, errorDescription)
00065 {
00066 }
00074 CPKIFERSException::CPKIFERSException(
00076     int subComponentID, 
00078     int errorCode, 
00080     const char* errorDescription, 
00082     char* fileName, 
00085     int lineNumber)
00086     : CPKIFException(subComponentID, errorCode, errorDescription, fileName, lineNumber)
00087 {
00088 }
00096 CPKIFERSException::~CPKIFERSException(void) STDLIB_SUPER_THROW
00097 {
00098 }

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