00001 // -*- c++ -*- 00002 //***************************************************************************** 00034 //***************************************************************************** 00035 00036 #include "pbori_defs.h" 00037 00038 BEGIN_NAMESPACE_PBORI 00039 00043 class CErrorInfo { 00044 public: 00046 typedef CTypes::errornum_type errornum_type; 00047 00049 typedef CTypes::errortext_type errortext_type; 00050 00052 CErrorInfo(); 00053 00055 static errortext_type text(errornum_type); 00056 00057 protected: 00059 static errortext_type pErrorText[]; 00060 00061 }; 00062 00063 00064 END_NAMESPACE_PBORI