VisualIB
1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
|
Error is the root class for all VIB exceptions. More...
#include <classVIBError.h>
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. | |
Error is the root class for all VIB exceptions.
It is thrown directly when library-internal errors occur.