VisualIB  1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
VIB::Error Class Reference

Error is the root class for all VIB exceptions. More...

#include <classVIBError.h>

Inheritance diagram for VIB::Error:
VIB::IBError

Public Member Functions

 Error ()
 Default constructor, call when there is no message to give.
 
 Error (const char *msg)
 Construct an error with a C string error message.
 
 Error (const std::string &msg)
 Construct an error with a C++ string error message.
 
const std::string & getErrorMsg () const
 Obtain the message associated with the exception.
 

Protected Attributes

std::string errormsg
 Message associated with the error.
 

Detailed Description

Error is the root class for all VIB exceptions.

It is thrown directly when library-internal errors occur.

Note
Replaces most Borland exception types.

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