Library: Data
Package: DataCore
Header: Poco/Data/DataException.h
Direct Base Classes: DataException
All Base Classes: DataException, 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
NotSupportedException(
    int code = 0
);
NotSupportedException(
    const NotSupportedException & exc
);
NotSupportedException(
    const std::string & msg,
    int code = 0
);
NotSupportedException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
NotSupportedException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
 
 const char * className() const;
See also: Poco::Data::DataException::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::Data::DataException::name()
NotSupportedException & operator = (
    const NotSupportedException & exc
);
 
 void rethrow() const;
See also: Poco::Data::DataException::rethrow()