PolyBoRi

CErrorInfo.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 //*****************************************************************************
00037 //*****************************************************************************
00038 
00039 #include "pbori_defs.h"
00040 
00041 BEGIN_NAMESPACE_PBORI
00042 
00046 class CErrorInfo {
00047  public:
00049   typedef CTypes::errornum_type errornum_type;
00050 
00052   typedef CTypes::errortext_type errortext_type;
00053 
00055   CErrorInfo();
00056 
00058   static errortext_type text(errornum_type);
00059 
00060 protected:
00062   static errortext_type pErrorText[];
00063 
00064 };
00065 
00066 
00067 END_NAMESPACE_PBORI