Library: Data/SQLite
Package: SQLite
Header: Poco/Data/SQLite/SQLiteException.h
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, LockedException, DBLockedException, TableLockedException, NoMemoryException, ReadOnlyException, InterruptException, IOErrorException, CorruptImageException, TableNotFoundException, DatabaseFullException, CantOpenDBFileException, LockProtocolException, SchemaDiffersException, RowTooBigException, ConstraintViolationException, DataTypeMismatchException, ParameterCountMismatchException, InvalidLibraryUseException, OSFeaturesMissingException, AuthorizationDeniedException, TransactionException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
SQLiteException(
    int code = 0
);
SQLiteException(
    const SQLiteException & exc
);
SQLiteException(
    const std::string & msg,
    int code = 0
);
SQLiteException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
SQLiteException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
~SQLiteException();
 
 const char * className() const;
See also: Poco::Data::DataException::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::Data::DataException::name()
SQLiteException & operator = (
    const SQLiteException & exc
);
 
 void rethrow() const;
See also: Poco::Data::DataException::rethrow()