OBT::OBT_Exception Class Reference

OBT exception class. More...

#include <OBT_Exception.h>

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

List of all members.

Public Member Functions

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

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 1 Jan 2010 for OBT by  doxygen 1.6.1