PolyBoRi
Public Types | Public Member Functions
polybori::PBoRiGenericError Class Reference

This template class is used for polybori's exception handling. More...

#include <PBoRiGenericError.h>

Inheritance diagram for polybori::PBoRiGenericError:
polybori::PBoRiError polybori::CTypes polybori::COrderEnums polybori::CErrorEnums polybori::CCompareEnums polybori::CAuxTypes

List of all members.

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.

Detailed Description

This template class is used for polybori's exception handling.

It's mainly a wrapper for PBoRiError, which allows compile-time distinction of errors.


Member Typedef Documentation

adopt global error code enumeration

Reimplemented from polybori::PBoRiError.

adopt global error text type

Reimplemented from polybori::PBoRiError.


Member Enumeration Documentation

anonymous enum
Enumerator:
error_code 

Constructor & Destructor Documentation

polybori::PBoRiGenericError::PBoRiGenericError ( ) [inline]

Default constructor.


The documentation for this class was generated from the following file: