OBT::OBT_Exception Class Reference

#include <OBT_Exception.h>

Inheritance diagram for OBT::OBT_Exception:

Inheritance graph
[legend]
Collaboration diagram for OBT::OBT_Exception:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 OBT_Exception (const char *error="OBT Exception")


Detailed Description

OBT exception class
Author:
Michaël Rouillé <michael.rouille@gmail.com> Reports errors presumably detectable only when the program executes.

Definition at line 15 of file OBT_Exception.h.


Constructor & Destructor Documentation

OBT::OBT_Exception::OBT_Exception ( const char *  error = "OBT Exception"  )  [inline]

constructor

Parameters:
error string describing the detected error.
Returns:

Definition at line 24 of file OBT_Exception.h.

00024                                                                      : std::runtime_error( error )
00025                 {
00026                 }


Generated on Wed Oct 1 11:34:17 2008 for OBT by  doxygen 1.5.3