fintp_udal
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FinTP::DBErrorException Class Reference

Used when the current command returned an error code. More...

#include <Database.h>

Inheritance diagram for FinTP::DBErrorException:

Public Member Functions

 DBErrorException (const string &argumentName="No argument", const EventType::EventTypeEnum eventType=EventType::Error, const NameValueCollection *additionalInfo=NULL)
 
 ~DBErrorException () throw ()
 
string code () const
 
void setCode (const string &code)
 

Private Attributes

string m_Code
 

Detailed Description

Used when the current command returned an error code.

Constructor & Destructor Documentation

DBErrorException::DBErrorException ( const string &  argumentName = "No argument",
const EventType::EventTypeEnum  eventType = EventType::Error,
const NameValueCollection *  additionalInfo = NULL 
)
explicit
FinTP::DBErrorException::~DBErrorException ( ) throw ()
inline

Member Function Documentation

string DBErrorException::code ( ) const
void DBErrorException::setCode ( const string &  code)

Member Data Documentation

string FinTP::DBErrorException::m_Code
private

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