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
ParameterCountMismatchException(
    int code = 0
);
ParameterCountMismatchException(
    const ParameterCountMismatchException & exc
);
ParameterCountMismatchException(
    const std::string & msg,
    int code = 0
);
ParameterCountMismatchException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
ParameterCountMismatchException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
~ParameterCountMismatchException();
 
 const char * className() const;
Poco::Exception * clone() const;
 
 const char * name() const;
ParameterCountMismatchException & operator = (
    const ParameterCountMismatchException & exc
);
 
 void rethrow() const;