Poco::Data::SQLite

class SQLiteException

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 virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

SQLiteException & operator = (
    const SQLiteException & exc
);

rethrow virtual

void rethrow() const;