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