PolyBoRi
CErrorInfo.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 //*****************************************************************************
14 //*****************************************************************************
15 
16 #ifndef polybori_error_CErrorInfo_h_
17 #define polybori_error_CErrorInfo_h_
18 
19 #include <polybori/pbori_defs.h>
20 
22 
26 class CErrorInfo {
27  public:
30 
32  typedef CTypes::errortext_type errortext_type;
33 
35  CErrorInfo();
36 
38  static errortext_type text(errornum_type);
39 
40 protected:
42  static errortext_type pErrorText[];
43 
44 };
45 
46 
48 
49 #endif