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

#include <exception.h>

Inheritance diagram for sql::NonScrollableException:

List of all members.

Public Member Functions

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

Private Member Functions

virtual SQLExceptioncopy ()

Detailed Description

Definition at line 109 of file exception.h.


Constructor & Destructor Documentation

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

Definition at line 111 of file exception.h.

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

Definition at line 112 of file exception.h.

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

Member Function Documentation

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

Reimplemented from sql::SQLException.

Definition at line 115 of file exception.h.

{ return new NonScrollableException(*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