Shadowrun: Awakened 29 September 2011 - Build 871
Public Member Functions | Private Member Functions
sql::InvalidInstanceException Struct Reference

#include <exception.h>

Inheritance diagram for sql::InvalidInstanceException:

List of all members.

Public Member Functions

 InvalidInstanceException (const InvalidInstanceException &e)
 InvalidInstanceException (const std::string &reason)

Private Member Functions

virtual SQLExceptioncopy ()

Detailed Description

Definition at line 99 of file exception.h.


Constructor & Destructor Documentation

sql::InvalidInstanceException::InvalidInstanceException ( const InvalidInstanceException e) [inline]

Definition at line 101 of file exception.h.

: SQLException(e.what(), e.sql_state, e.errNo) { }
sql::InvalidInstanceException::InvalidInstanceException ( const std::string &  reason) [inline]

Definition at line 102 of file exception.h.

: SQLException(reason, "", 0) {}

Member Function Documentation

virtual SQLException* sql::InvalidInstanceException::copy ( ) [inline, private, virtual]

Reimplemented from sql::SQLException.

Definition at line 105 of file exception.h.

{ return new InvalidInstanceException(*this); }

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

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net