00001 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif // _MSC_VER > 1000 00012 00013 //this file is a container for all error and exception related headers 00014 00015 #include "PKIFException.h" 00016 00017 //include all error headers 00018 #include "PKIFCacheErrors.h" 00019 #include "PKIFCacheException.h" 00020 00021 #include "PKIFCryptoErrors.h" 00022 #include "PKIFCAPIErrors.h" 00023 #include "PKIFCryptoException.h" 00024 00025 #include "PKIFPATHErrors.h" 00026 #include "PKIFPathException.h" 00027 00028 //#include "PKIFMessageErrors.h" 00029 //#include "PKIFMessageException.h" 00030 00031 #include "PKIFCommonErrors.h" 00032 00033 #include "ASN1Errors.h" 00034 00035 //exceptions for OCSP, TAP and TSP are defined in the primary header for each component 00036 //instead of in a separate file as above (those components are all much smaller) 00037 #include "PKIFOCSPErrors.h" 00038 //#include "PKIFTAPErrors.h" 00039 //#include "PKIFTSPErrors.h"