BICO  1.0
 All Classes Namespaces Files Functions Variables Typedefs Pages
CluE::CluEException Struct Reference

CluE related exceptions base class. More...

#include <clueexception.h>

Inheritance diagram for CluE::CluEException:
Inheritance graph
Collaboration diagram for CluE::CluEException:
Collaboration graph

Public Member Functions

 CluEException ()
 
 CluEException (int identifier, std::string message)
 
virtual ~CluEException ()
 

Public Attributes

int identifier
 
std::string message
 

Detailed Description

CluE related exceptions base class.

message is an human readable error type string.
identifier is an integer used for encoding the error type. The interpratition is defined individually for each method!

Definition at line 16 of file clueexception.h.

Constructor & Destructor Documentation

CluE::CluEException::CluEException ( )
inline

Definition at line 18 of file clueexception.h.

CluE::CluEException::CluEException ( int  identifier,
std::string  message 
)
inline

Definition at line 22 of file clueexception.h.

virtual CluE::CluEException::~CluEException ( )
inlinevirtual

Definition at line 26 of file clueexception.h.

Member Data Documentation

int CluE::CluEException::identifier

Definition at line 26 of file clueexception.h.

std::string CluE::CluEException::message

Definition at line 29 of file clueexception.h.


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