This template class is used for polybori's exception handling. More...
#include <PBoRiGenericError.h>
Public Types | |
| enum | { error_code = ErrorCode } |
| typedef CTypes::errornum_type | errornum_type |
| adopt global error code enumeration | |
| typedef CTypes::errortext_type | errortext_type |
| adopt global error text type | |
Public Member Functions | |
| PBoRiGenericError () | |
| Default constructor. | |
This template class is used for polybori's exception handling.
It's mainly a wrapper for PBoRiError, which allows compile-time distinction of errors.
| typedef CTypes::errornum_type PBoRiGenericError< ErrorCode >::errornum_type |
adopt global error code enumeration
Reimplemented from PBoRiError.
| typedef CTypes::errortext_type PBoRiGenericError< ErrorCode >::errortext_type |
adopt global error text type
Reimplemented from PBoRiError.
| PBoRiGenericError< ErrorCode >::PBoRiGenericError | ( | ) | [inline] |
Default constructor.
1.6.3