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