Library: Data/SQLite
Package: SQLite
Header: Poco/Data/SQLite/SQLiteException.h
Direct Base Classes: SQLiteException
All Base Classes: Poco::Data::DataException, SQLiteException, Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
InvalidSQLStatementException(
int code = 0
);
InvalidSQLStatementException(
const InvalidSQLStatementException & exc
);
InvalidSQLStatementException(
const std::string & msg,
int code = 0
);
InvalidSQLStatementException(
const std::string & msg,
const std::string & arg,
int code = 0
);
InvalidSQLStatementException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
~InvalidSQLStatementException();
const char * className() const;
Poco::Exception * clone() const;
const char * name() const;
InvalidSQLStatementException & operator = (
const InvalidSQLStatementException & exc
);
void rethrow() const;