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