16 #ifndef polybori_error_PBoRiGenericError_h_
17 #define polybori_error_PBoRiGenericError_h_
34 template <CTypes::errornum_type ErrorCode>
44 enum { error_code = ErrorCode };
53 #endif // of #ifndef PBoRiGenericError_h_
const char * errortext_type
Type used to verbose error information.
Definition: pbori_defs.h:243
#define END_NAMESPACE_PBORI
Finish project's namespace.
Definition: pbori_defs.h:77
#define BEGIN_NAMESPACE_PBORI
Start project's namespace.
Definition: pbori_defs.h:74
This template class is used for polybori's exception handling.
Definition: PBoRiGenericError.h:35
PBoRiGenericError()
Default constructor.
Definition: PBoRiGenericError.h:47
This class is used for polybori's exception handling.
Definition: PBoRiError.h:31
unsigned int errornum_type
Type used to store error codes.
Definition: pbori_defs.h:234
CTypes::errornum_type errornum_type
adopt global error code enumeration
Definition: PBoRiGenericError.h:39
CTypes::errortext_type errortext_type
adopt global error text type
Definition: PBoRiGenericError.h:42