CarobNS::SQLWarning Class Reference

Not a real exception but subclasses, as in java, an Exception. More...

#include <CarobException.hpp>

Inheritance diagram for CarobNS::SQLWarning:

CarobNS::CarobException List of all members.

Public Member Functions

 SQLWarning (const std::wstring &messagePrm, const std::wstring &SQLStatePrm=DEFAULTSQLSTATE, CarobException *causePrm=0, int vendorPrm=DEFAULTVENDORCODE)
 Constructs a SQLWarning with the given message.

Detailed Description

Not a real exception but subclasses, as in java, an Exception.


Constructor & Destructor Documentation

CarobNS::SQLWarning::SQLWarning ( const std::wstring &  messagePrm,
const std::wstring &  SQLStatePrm = DEFAULTSQLSTATE,
CarobException causePrm = 0,
int  vendorPrm = DEFAULTVENDORCODE 
) [inline]

Constructs a SQLWarning with the given message.

Parameters:
messagePrm description of the warning
SQLStatePrm XOPEN code identifying the warning
causePrm exception that caused this one. Can be null
vendorPrm database vendor-specific warning code


The documentation for this class was generated from the following file:
Generated on Tue Oct 24 09:05:38 2006 for Carob by  doxygen 1.5.0