Library: Data/SQLite
Package: SQLite
Header: Poco/Data/SQLite/SQLiteException.h
Inheritance
Direct Base Classes: Poco::Data::DataException
All Base Classes: Poco::Data::DataException, Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception
Known Derived Classes: InvalidSQLStatementException, InternalDBErrorException, DBAccessDeniedException, ExecutionAbortedException, DBLockedException, TableLockedException, NoMemoryException, ReadOnlyException, InterruptException, IOErrorException, CorruptImageException, TableNotFoundException, DatabaseFullException, CantOpenDBFileException, LockProtocolException, SchemaDiffersException, RowTooBigException, ConstraintViolationException, DataTypeMismatchException, ParameterCountMismatchException, InvalidLibraryUseException, OSFeaturesMissingException, AuthorizationDeniedException, TransactionException
Member Summary
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
Constructors
SQLiteException
SQLiteException(
int code = 0
);
SQLiteException
SQLiteException(
const SQLiteException & exc
);
SQLiteException
SQLiteException(
const std::string & msg,
int code = 0
);
SQLiteException
SQLiteException(
const std::string & msg,
const std::string & arg,
int code = 0
);
SQLiteException
SQLiteException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~SQLiteException
~SQLiteException() noexcept;
Member Functions
className
const char * className() const noexcept;
See also: Poco::Data::DataException::className()
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
See also: Poco::Data::DataException::name()
operator =
SQLiteException & operator = (
const SQLiteException & exc
);
rethrow
void rethrow() const;
See also: Poco::Data::DataException::rethrow()