![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <exception.h>
Inheritance diagram for sql::NonScrollableException:Public Member Functions | |
| NonScrollableException (const NonScrollableException &e) | |
| NonScrollableException (const std::string &reason) | |
Private Member Functions | |
| virtual SQLException * | copy () |
Definition at line 109 of file exception.h.
| 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) {}
| virtual SQLException* sql::NonScrollableException::copy | ( | ) | [inline, private, virtual] |
Reimplemented from sql::SQLException.
Definition at line 115 of file exception.h.
{ return new NonScrollableException(*this); }
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.